Hi,
We would like to change the login method to use a Microsoft Active Directory.
So the user logins will change and we would like to keep users profiles (history, groups, etc.).
Do you know how we can easily deal with this migration?
Best regards
Hi @Cédric COUTURIER ,
First of all, definitely start on a test environment :)
When a new directory added, Jira is looking for the users' uniqueness and add a new cwd_users object to the database. However, app_user is not adding directly, it is adding after user logins.
So, you may trick the Atlassian's approach. First of all look at this document about migrating users between directories.
I don't know exactly but I think these steps will be good starter:
You may give it a try, but again, it is just a brainstorming, not an approved way to achieve the expected outcome.
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.