You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Are there any settings in Jira Align which has to be configured so that the system user gets deactivated automatically once the corresponding user in Jira is deactivated?
I am keen to understand the "Team role" and "system role" deactivation and sync-up process when working in an integrated setup (integration with Jira)
Hi Pradeep,
While there isn't a configurable function in Jira Align to integrate deactivation of users in your LDAP, I know it can be done through the JA API, with scripting triggered from your LDAP Server.
The following community article provides a detailed explanation of how to "Provision a User" in just this manner, and I suspect with a few tweaks it could be used to decommision a user as well.
Hi Pradeep,
Matt Magee is correct that there is no configuration in Jira Align to integrate deactivation of users, whether from Activie Directory, LDAP or the corresponding Jira Software.
Matt Magee has also directed you to the right article to help with the deprovisioning/deactivating of a user
You will see in Step 6, that we used Jira Align's REST API to custom build both provisioning and deprovisioning of Jira Align for the Atlassian internal Jira Align.
You can search the article for this phrase to find the right section of code.
isLocked=-1 means that the user will be deactivated
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.