I need to import tasks from one cloud jira to another. I'm using the CSV import method, but I get an error with no explanation. Can anyone help?
Hi, @Ivan Andrieiev
Welcome to Atlassian Community!
I wanted to ask - why you don't want to use builtin Atlassian functionality for data migration? It's much faster and easier than CSV. Go to Atlassian admin UI, select "Data Management" -> "Data Transfer", select required project and copy data from one instance to another.
Can you share some more detail, like;
Are you importing on space level or using the system import option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Ivan Andrieiev
To be totally honest i didn't ran lots of cloud-to-cloud data transfers but let me summarize some findings from the official docs here for you.
From what i've seen so far the "error with no explanation" almost always means the importer rejected rows but you're only seeing the summary screen. Two things first, then the usual root causes.
1. Get the real error. After the import finishes (even a failed one), the wizard shows a "Download a detailed log" link plus a downloadable file of the rows that failed. That log names the actual reason per row. That is where the explanation is hiding. Grab it before anything else.
2. Most common silent killers (Jira Cloud CSV import):
Worth knowing for site-to-site specifically: CSV is a flat-data tool. It loses comments, attachments, issue history, issue links, and work-item rank. Since you're going Cloud to Cloud, the cleaner path is Atlassian's built-in cloud-to-cloud migration ("Transfer Jira data") / Jira Cloud Migration Assistant, which carries projects, users/groups, attachments, comments, and config that CSV drops. Use CSV only if you genuinely just need the issue rows.
Post the detailed-log error text and someone can pinpoint the exact line.
Sources:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share screenshots of the error?
And a screenshot of the CSV values and columns? just a couple of them. specially the columns.
Can you try by using only summary and description?
Do the work items exist in the destination cloud?
Regards
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.