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.