I am aware to create epic , task and subtask individually via csv but I want to create in one and I am not able to provide the linking?
Hi @Ashish Maurya , welcome to the Community!
You can do this by specifying an ID value for each issue and then referencing it in the parent column:
issue_type | issue_id | parent |
Epic | 1 | |
Story | 2 | 1 |
Sub-task | 3 |
2 |
You can reference this article for more information: Import data from a CSV file | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.