What about specifying the link type?

Dietrich Schmidt November 10, 2016

This question is in reference to Atlassian Documentation: How to Import Issue Links from a CSV File

https://confluence.atlassian.com/jirakb/how-to-import-issue-links-from-a-csv-file-740262715.html

What about specifying the link type? I would like to be able to create sequences using blocker links

1 answer

1 vote
Sam Hall
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.
November 10, 2016

Hi Dietrich,

You get to pick the link type on the 'Map Fields' step in the import wizard.

You can set up a csv with a column (or columns) called "Blocks". In this column, you can put the issue ID of the issue that is blocked by the issue you are importing.

For example, in the csv below:

  • Issue One blocks both Issue Two and Issue Three 
  • Issue Two blocks Issue Three 

Summary      , Issue Id , Blocks , Blocks
Issue One    ,        1 ,      2 ,      3
Issue Two    ,        2 ,      3 ,
Issue Three  ,        3 ,        ,

When you import this you can map the 'Blocks' column to the Link "Blocks" as shown below:

jira-import-mapping-links.jpg

Hope that helps.

Sam

Dietrich Schmidt November 10, 2016

Great, thanks!

Sam Hall
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.
November 10, 2016

I'm glad to help. Would you mind marking my answer as accepted if it gives what you need?

Suggest an answer

Log in or Sign up to answer