Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hello,
We are trying to move the user and group management from jira server (crowd) to Azure AD. i.e. JIRA server would still be on-prem, but just the users and groups will be managed by Azure AD and will be sync'ed to JIRA. The articles I have found are talking about JIRA cloud to Azure cloud integrations. Can someone route me to any article(s) which could help me with this?
Hi @Manoj
Jira internally has tables for directories and users. Each user is linked with a Directory ( Database schema https://developer.atlassian.com/server/jira/platform/database-schema/ ).
Depending on the status of your crowd directoy it can be simple or needs working with SQL and Jira CLI to migrate existing users from one directory to another inside the Jira database and you need a detailed cutover plan.
In resume, it can be complicated... take a look at the features Jira CLI app has to help you perfom actions like get/set internally to the jira database to avoid sql operations: https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785560/getUserList
Greetings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.