Hello,
I am trying to import a custom issue type called Workpackage and Activity where Workpackage is parent and Activity is child (also defined in hierarchy configuration under advanced roadmap)
Now here is my csv import file
| Issue key | Issue Type | Summary | Custom field (Parent Link) |
| QUOTE1-130 | Activity | Sample Activity 1 | QUOTE1-129 |
| QUOTE1-129 | Workpackage | Sample Workpackage 1 | |
| QUOTE1-101 | Activity | Activity | |
| QUOTE1-66 | Workpackage | Workpackage tryout level 1 |
Now while importing here is my mapping
Issue key - issue ID
Issue Type -Issue Type
Summary - Summary
Custom field (Parent Link) - Parent ID
but on import, it imports everything except the relationship i.e. expectation is that QUOTE1-130 should come under QUOTE1-129 as child issue but it does not come
My Environment:
Jira v10.0.3 Datacenter
Please let me know what wrong i am doing here
Thanks in advance!!
Hello @Rajat Krishnan
Can you spell out your issue type hierarchy for us? For example the default hierarchy is
Level 1: Epics
|-- Level 0: standard issue types (i.e. Task, Story, Bug, etc.)
|-- Level -1: subtask issue types
What error is the CSV import reporting to you, if any?
Are you trying to create both the Workpackage and Activity issues through this CSV? Or do the Workpackage issues already exist in Jira prior to this import?
If you are trying to create the Workpackage issues through the CSR then at a minimum, if Workpackage is the parent, then each Workpackage issue has to be listed in the file prior to any of its child Activity issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.