You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How do I import issues under an epic ?
I want to import the issue as Task under epic.
Welcome to the Atlassian Community!!
First fall create epics in Jira and use this format
where parent id is the Issue key of Epics:
Issue id is the dummy id of the issues that you want to import and link to epic.
Mapping:
Parent id--> epic link
Issue id---> issue id
Issue type --> Issue Type
Summary ---> summary
Thanks,
Mayur
Here is my CSV:
Summary,Epic, type, id
demo test import 1,STAV-1, Task, 10
demo test import 2,STAV-1, Task, 11
Epic-> Parent -id
id-> issue id
and I am getting this warning:
I already have a "task" in the epic (STAV-1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While making a import sheet
Use dummy issue I'd like 1001 or 1002 like wise
And Map parent I'd colum to epic link. It will work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mayur,
Changed and still same error.
Summary,Epic, type, id
demo test import 1,STAV-1, Task, 1001
demo test import 2,STAV-1, Task, 1002
Do we need to add any additional field in the issue ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You just follow my sample sheet it will work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found the issue. In Task "Epic Link" was missing. After it is added by our admin, it started working. Thank you Mayur for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the answer is helpful please hit accept ✅
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm encountering the same issue....on my Task screen "Epic Link" is already present. Are you saying that afterwards you are mapping Epic Link to Parent Id? If yes, I'm getting the same error mentioned above that Thirukumuran screen shotted.
The crux of this appears to being able to only map an issue of type "Sub-task" to a parent ID. I reread what everyone wrote prior and the solution is not clear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mayur Jadhav would you please review what I have and point me in the right direction?
I'm trying to follow these directions of yours:
Am I misunderstanding something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thirukumaran_V_T and welcome!
Did you read this documentation about importing a csv file? It's pretty straight forward!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Alex Koxaras _Relational_ , unfortunately there's no mention of the mapping involved to import issues under epics. However, the accepted answer is clear enough.
Need to mention that it's not possible to do so on Team-Managed projects.
In Team Managed projects the Epic Issue Key is stored in the Parent field for its child stories, whereas in Company Managed projects it is stored in the Epic Link field.
Based on my experimentation with CSV import, when Parent is selected for the mapping field, the import process assumes that the issue being imported is a sub-task. If the Issue Type of the imported issue is not a sub-task issue type, then the import process reports this warning:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.