Hi, I am a new atlassian SDK user and i recently configured SDK in to my local eclipse. I was given with a task like Managing Users.
We have LDAP integrated with JIRA and there are some users already created in specific group of JIRA. Now the requirement is to have a batch job to be scheduled to run once every day to check the users in both LDAP and in JIRA. If any new user is added in LDAP to some specific group, then the batch job should automatically create the user in required JIRA group to provide access to some applications of JIRA.
Could any one suggest the approach to develop this plugin and the procedure to hook up to our company JIRA?
Thanks in Advance!
I created a service which has the logic to sync the ldap and jira and hooked it to JIRA. The service was configured to execute on regular intervals. So when new employ joins the company, his would be automatically given access to jira by adding him to jirausers group by the service. This service which runs everyday will sync the new user with jira. Also if a user is moved to deactive group in ldap, the same service will move the user from Jirausers group to deactivated group of jira.
Nice job getting this working!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You shouldn't need to write a plugin to do this. JIRA's LDAP integration should be able to sync group memberships by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph, Thanks for your reply.
Our existing JIRA configuration wont allow ldap sync up with JIRA because we dont want all the users groups of LDAP to get access to JIRA. So we are manually adding the users to JIRA when a new user is added to our required group. Since it is integrated with LDAP, authentication is doing against it. Now we want to automate this process by adding specific group members in LDAP to jira-users group. Kindly suggest a solution for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph,
Is there a way to sync only specific group of LDAP to jira-user group?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Guys, Appreciate if some one could suggest a solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.