Not able to associate new subtasks with new stories during import of CSV file.
Following the documentation instructions from here
"Firstly create a column for every 'Issue Id'(it can be any unique string), then create a second column for the 'Parent Id'. To import sub-tasks reference the Issue Id in the Parent Id column."
I have a sample CSV file with the following columns
Issue Id Parent Id Summary Issue Type 1 Test Story 2 1 ST For Test Technical task 3 1 ST For Test Technical task
When I import it successfully imports the story and two technical tasks, but does not create an association between them despite having the Issue Id for the Parent in the Parent Id column of each sub-task.
Is there something obvious that I am doing wrong? To be clear I am not attemptint to associate subtasks to existing Stories, only new ones that are being imported at the same time.
In Jira 6.0.2 this import is working for me.
I used CSV (borrowing from the example above):
Issue Id,Parent Id,Summary,Issue Type
1, , Test, Story
2, 1,ST For Test, Sub-Task
3, 1,ST For Test, Sub-Task
When looking into my JIRA installation I found that it uses version 2.3.1 of the JIRA Importers Plugin.
There is an issue (https://studio.atlassian.com/browse/JIM-230) registered on this plugin and it is solved in version 2.5.
How do I update the plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem and I'm using JIRA 4.3.3.
Does anybody know how to solve this?
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.