Good Morning,
I am trying to bulk import issues with desired "Linked Issues"
Can you guide me on exact wording (or ways) to add such links based on the following picture?
Thank you, Sylvain
In you example should the task, be sub-tasks of the Story or are they linked via the issue link parent-child.
Import Story with sub-task structure
Issue Type,Summary,Parent Id,Child Id
Story,Story 1,1,,
Story,Story 2,2,,
Sub-task,Task 1.1,,1
Sub-task,Task 1.2,,1
Sub-task,Task 1.3,,1
Sub-task,Task 1.4,,2
Sub-task,Task 1.5,,2
Sub-task,Task 1.6,,2
Or via Issue Link
Issue Type,Issue Key,Summary,is child of
Story,TEST-1,Story 1,
Story,TEST-2,Story 2,
Task,TEST-3,Task 1.1,TEST-1
Task,TEST-4,Task 1.2,TEST-1
Task,TEST-5,Task 1.3,TEST-1
Task,TEST-6,Task 1.4,TEST-2
Task,TEST-7,Task 1.5,TEST-2
Task,TEST-8,Task 1.6,TEST-2
See import CSV documentation:
https://confluence.atlassian.com/adminjiraserver/importing-data-from-csv-938847533.html
Thank you Mark for this answer, in my case it is option # 2 Issue Link.
It finally work :-)
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.