One of the cool new things I learned at conference on was how to shorten the time required to add new users into Jira. We have Jira hooked up to a Crowd SSO server in our office. When we’d onboard a new group we’d have to go through the following steps:
- Add new group to Crowd
- Populate new group with users
- Create new Jira project for the new group
- Add the new group created in Crowd to one of the project roles
- <FAIL> as the new group has not synced to Jira yet.
- Wait and go to a long lunch (like a motorcycle ride to Alice’s)
- Finish adding the new group to the new Jira project.
We’d asked the Atlassian team how we could do this in a programmatic way. When asking how we could write a plugin to do this in the UI, the team let us know that feature was there. Doh! 18 months of the go to lunch method was out the window. Here is how to do so:
- Go to the Administration menu in Jira
- Click User Directories
- Click synchronize for “Remote Crowd Directory”
And voila! Two hours of wait time consolodated into 25 seconds.
Leave a Reply