I'm trying to use a csv file to import TRAC database data into JIRA. There is nothing yet in the Jira project I'm importing into and the only record IDs I have are for the TRAC records.
The problem I'm facing is that there are 5 columns of link data that also must be imported. For example: is blocked by OR is cloned by.
I do not see how I can properly import the links without manually 1st importing the data, obtaining Issue Keys, and then doing a 2nd import of the link data using the Issue Keys.
Currently, I can only map to the Link name. If I want to map to "is cloned by", all I can select is cloner. I've never had to import this type of information before and am either missing something fundamental or I'm incorrectly going about the import and mapping.
I believe I've read most of Atlassian's documentation on links and have also read this document https://www.praecipio.com/blog/guide-import-linked-issues-into-jira-from-csv
Any help will be very appreciated.
Jim