Issue using external import (CSV) with "Linked Issues"

sylvain_lanthier2_bell_ca
Contributor
August 25, 2023

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

2023-08-25_07-58-17.jpg

1 answer

1 accepted

0 votes
Answer accepted
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 25, 2023

Hi @sylvain_lanthier2_bell_ca 

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 

https://confluence.atlassian.com/jirakb/import-issue-links-from-a-csv-file-in-jira-server-740262715.html 

sylvain_lanthier2_bell_ca
Contributor
August 25, 2023

Thank you Mark for this answer, in my case it is option # 2 Issue Link.
It finally work :-)

Like Marc - Devoteam likes this

Suggest an answer

Log in or Sign up to answer