I am trying to import stories and subtasks via the csv import, both the story and the subtask is being imported correctly individually, however, the relationship between the two is not being created.
To be clear, my desired outcome is to import a story and a subtask, which is a child issue of that story.
Here is an extract of my csv that I am trying to import:
Issue Type Issue id Parent id Summary Status
Story 1 Sell Open Ticket on EPOS In Progress
Sub-Task 1 Sell Adult Ticket In Progress
Looking at the logs, everything appears to be importing as it should:
2021-06-17 10:56:35,190 INFO - Linking 'VIS-150' and 'VIS-149' as sub-task-link
2021-06-17 10:56:35,359 INFO - Created parent-child (sub-task) relationship between VIS-150 and VIS-149
However, within JIRA itself, there is no relationship between the story and subtask.
Any ideas would be greatly appreciated!