We have a requirement to change the assignee of unresolved issues to the project lead if the user is no longer present (quit the firm) on the Active Directory .
Our JIRA is setup for Internal with LDAP Authentication.
The above requirements can be broken into the following parts
1. Get all users from jira-software group -- Done
2. Find the users within jira-software group have left the firm (not in AD)
3. Find unresolved issues assigned to them and update the assignee to project lead of the project under which the issue resides -- Done
Can someone provide any pointers with #2 ?
Basically we need to query the LDAP to check for the user.
I see the following class has the methods to do so, but not sure how to get them during runtime
com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
P.S: Able to get the Directory (class Directory) object which has the LDAP URL and other settings but not able to go to the DelegateAuthenticationDirectory from there.
Also, tried to query ldap using groovy-ldap, but after putting the
groovy-ldap-1.0.2.jar file, into the web-inf/lib folder and restarting JIRA, the script is still not able to resolve the LDAP class file.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.