We have an existing Data Center JIRA instance with usernames based on the first five letters of the user's last name and the first two letters of the user's first name (5 + 2), "lastnfi" for example. We are planning to move to the JIRA instance hosted by another organization with user accounts attached to a certificate and based on the user's first name and last name, "firstname.lastname.ctr" for example. We are looking for a way to associate all of our existing JIRA issues in our existing instance, which are based on a user's 5 + 2 name, with the corresponding certificate based accounts in our destination instance. Is it possible to map the two types of accounts, given that we would be able to supply the translation in either a database table or XML configuration file?
Hi @Ben Navarro ,
Welcome to Atlassian community.
It depends if the users come from an internal directory or from LDAP.
If internals, you could work on XML export following this article:https://support.atlassian.com/jira/kb/how-to-change-user-information-in-cloud-to-server-migration/
If from LDAP, is a bit more complex, you can play with LDAP attributes: https://support.atlassian.com/jira/kb/migrate-to-ldap-directory-using-different-username-formats-for-jira-server/
Generally in it s a complex operation, I suggest to start testing with a small piece of data.
I hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.