Issue linking while importing data from CSV?

Karthik Bhat January 8, 2013

Hi,

Can we link issues while importing new issues from another bug tracking system using JIRA's CSV file import option?

I understand that we can create subtasks within an issue while importing. Can we link issues like that?

Second question: Can I create external issue links while importing data from CSV?

1 answer

1 accepted

0 votes
Answer accepted
Renjith Pillai
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.
January 8, 2013

I think no, while I am not sure. What probably can be done, is to script the linking part separately using REST, or CLI.

https://bobswift.atlassian.net/wiki/display/JCLI/Examples

Karthik Bhat January 8, 2013

jira --action linkIssue --issue "ZLINKS-1" --toIssue "ZLINKS-2" --link "relates"

This works for internal issue linking.

Any idea how to provide Web-link from CLI?

Renjith Pillai
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.
January 8, 2013
Ah no idea, use direct REST API remotelink. Should work.

Suggest an answer

Log in or Sign up to answer