I am trying to import a csv flle into JIRA, all of the Assignee's in the csv file have JIRA accounts. During the import, new accounts are being created for the users.
I have tried apping the Assignee field in the csv file to the JIRA Assignee field.
I have tried mapping the Assignee field in the csv file to the JIRA Assignee field and then map the field value to the user account ID.
I have also tried mapping the Assignee field in the csv file to the JIRA Assignee field and map the field value to the user name.
I have tried not mapping the field at all.
How do I map my csv file so it does not create new users when a user account already exists?
resolved locally
One of the devs had ansewered this here:
https://answers.atlassian.com/questions/33842/jira-creates-new-users-when-importing-issues-from-csv
There's no way to disable the automatic user creation. Without it the import will simply fail. You can try doing some pre-processing to your CSV file and maybe rename the users to an existing one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
David,
Thank you for the response. My assumption was that the importer would map the users names to the existing users. This does not appear to be happening. As a result it is creating duplicate users (all of the "users" in the import file have an existing JIRA account).
The import I am currently running includes 100+ users. Having to go back into User Management and "merge" each of these accounts will be very time consuming.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.