I am trying to update (or create) many issues (work items) by import with the "External System Import" tool, but have three challenges. I am not a super admin, but can create tickets with this tool. Are there configuration or permissions changes I need to request from my administrators?
NOTE: There are some discrepancies between what I see and what this documentation shows: for example, I am unable to switch to the old import view and I access this interface through the issue/work item search, rather than the "Settings" menu.
Hi @Jamie Crawford ,
Yeah... CSV imports can be a bit tricky. From my experience, using old import wizard proved to be the best (although there are some good features in the new one as well).
Anyway, related to your questions:
As for date formats, these can also cause some problems. The experience showed you really need to know your way with constructing files that are ready for import. And this highly depends on what kind of OS you're using, regional settings on your device, etc.
If you have any example of CSV/table you're trying to import, together with a list of Jira fields and their types, we could maybe try to recreate this and see how to import stuff properly.
Cheers,
Tobi
Thanks for the reply, @Tomislav Tobijas . Unfortunately, I am unable to switch to the old import wizard via the UI. I will respond to your other follow up questions soon. In the meantime, could you send me the URL for the old import wizard so I can try that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Jamie Crawford ,
Apologies for the delay from my side.
...could you send me the URL for the old import wizard so I can try that?
Here's the link you could use (just replace <subdomain> with the one you're using):
https://<subdomain>.atlassian.net/secure/admin/ExternalImport1.jspa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bummer, when I try to access that target, Jira goes into an infinite redirect/user access /login loop.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks again for your reply. My experience trying to access the old import page makes me think its even more likely that I am missing some permissions to be able to bulk edit, even though I can bulk create. Do you have any thoughts on that?
I don't have access to/know where to find the fields details; here's an example of an import file:
Issue Type,Issue key,Issue id,Summary,Assignee,Status,Resolution,Custom field (Start date),Due date,Custom field (Story Points)
Story,MP-77777,999999,Integration Triage - 2025.07.10,someone@somewhere.com,Backlog,,07/10/2025,07/10/2025,1
Here are answers to your other questions:
Here are the steps that I'm taking and the outcome of those steps:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this detailed explanation @Jamie Crawford ! Kudos for that 🙌
Now, it seems I've learned something new as well.
The first thing worth checking is global Jira permissions. There's a permission for bulk edit items so check which groups have been assigned to that.
Next, it really seems to depend on how you access this import wizard. For example, if you navigate to the import wizard via Jira global search or "All items" project views, although the UI looks the same, it's actually not.
👉 There are major differences when it comes to importing items from CSV.
If you navigate to it like this:
"...back in Jira on the search page, click the triple-dot (...) menu on the far right and select "Import work items from CSV"
Now, to actually bulk update items via CSV, it would seem you'll need to be Jira admin and navigate to Settings > System > External system import and from there, once you get to mapping window, URL will look something like this: https://<sitename>.atlassian.net/secure/admin/CsvFieldMappingsPage and in there, you'll be able to select pretty much any field, including the one for Work item key. (in order to make bulk update via CSV)
As for dates, I'd need to test it a bit more, but I know it's a struggle. Formatting highly depends on how you create CSV and which operating system you're using (& which regional settings are configured on the device). Once you figure it out, definitelly create a Confluence page and 'put it on paper' for future use 😅
Also, here's one additional material/support doc which might clarify some things (even though it's for server/DC): https://support.atlassian.com/jira/kb/missing-fields-for-mapping-when-importing-issues-through-csv-in-jira-server-data-center/
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.