Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,764
Community Members
 
Community Events
184
Community Groups

csv import: import to issue under epic

How do I import issues under an epic ?

I want to import the issue as Task under epic.

3 answers

1 accepted

0 votes
Answer accepted
Mayur Jadhav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 29, 2021

Hi @Thirukumaran_V_T 

Welcome to the Atlassian Community!!

First fall create epics in Jira and use this formatsample.PNG

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:

image.png

I already have a "task" in the epic (STAV-1)

image.png

Mayur Jadhav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 29, 2021

Hi @Thirukumaran_V_T 

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 

Like Sam Ma likes this

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

 

image.png

Do we need to add any additional field in the issue ?

Mayur Jadhav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 30, 2021

You just follow my sample sheet it will work.

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.

Mayur Jadhav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 30, 2021

If the answer is helpful please hit accept ✅

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.

0 votes
Sierra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 03, 2023

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: 

CSV2.pngValidation.png

Am I misunderstanding something?

0 votes
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 29, 2021

Hi @Thirukumaran_V_T and welcome!

Did you read this documentation about importing a csv file? It's pretty straight forward!

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:

From: https://community.atlassian.com/t5/Jira-Software-questions/How-Do-I-Link-a-New-Task-to-an-Existing-Epic-when-doing-a-CSV/qaq-p/1811866

Suggest an answer

Log in or Sign up to answer