I was importing a CSV file in JIRA. While importing it created aroun 95+ users in JIRA. Is it possible to revert back this operation or delete the newly created users.
Not really - Jira doesn't do much in the way of "reversion".
You can delete the new users, but the reason it created them is likely to be because you used them as the reporter or assignee, and Jira won't let you delete them until you've reassigned them and/or changed the reporter.
It's also a bit of a manual process, although you could try some scripting, 95 maybe in the range where it will be less effort (but a lot more boring) to click through them all.
I deleted all the uploaded issues. Those users are still there.
Issues and users are separate things. Deleting the issues should mean you can safely delete all the new users, but there's no way to delete a user just because you've deleted an issue. They're independent objects.
Hi Nic,
I am facing a lot of problems as CSV import has added values inside the fields.
Like we have a priority field: which is having values like
HIGH > CRITICAL > MEDIUM > LOW
and CSV file is having
1-HIGH > 2-CRITICAL > 3-MEDIUM > 4-LOW
now it has added 1-HIGH > 2-CRITICAL > 3-MEDIUM > 4-LOW fields in the priority along with the earlier fields.
I am getting For the CSV import to be successful, you must specify a CSV header row that corresponds to the Project key, while uploading issues for multiple projects.
It looks like you're new here. Sign in or register to get started.