Share edit rights for filters and dashboards in Jira


Since version 7.12, Jira allows owner to share edit rights for filters and dashboard. (Release notes) But it did not work for us after we upgraded Jira from 7.6.6 to 7.12.3. It turns out that the dark feature (com.atlassian.jira.sharedEntityEditRights.enabled) has to be enabled explicitly. How to: Go to https://<your-jira-dns&gt://secure/SiteDarkFeatures!default.jspaAdd com.atlassian.jira.sharedEntityEditRights.enabled  into the dark feature list.

Nginx Sample Config of HTTP and LDAPS Reverse Proxy


Nginx is a great tool for load balance, reverse proxy and more if you know Lua scripts (check out OpenResty if you are interested). Besides HTTP, Nginx can do TCP and UDP proxy as well. Here is a sample config for https > http, ldaps > ldap proxy. https://gist.github.com/jc1518/35cb055bf779f1a70a5fc6e72637407a

LDAP: error code 11 – This search operation has checked the maximum of 5000 entries for matches]


We have a Jenkins box that use OpenDJ as the LDAP authenticator. And recently we migrated the ldif data from the old OpenDJ to a new OpenDJ server, and reconfigured the Jenkins to use the new box. After that, the Jenkins authentication stops working. I noticed this message in the Jenkins log. It looks like … Continue reading LDAP: error code 11 – This search operation has checked the maximum of 5000 entries for matches]