We are using a CVS file to import into Jira. The first line is creating an Epic. The following lines create stories or task under that Epic.
Sometimes it works just fine. However occasionally the new Epic is not linked the stories and tasks.
Any idea what might be going on?
Bryan
Hi @Bryan Case
Welcome to the community!
It's tough to say exactly why your Epics aren't always linking correctly without seeing your CSV file, but here's some tips:
Epic Setup:
Linking Child Issues:
You could also try exporting a few exisitng issues that are already linked to Epics. This will help you compare the formatting to check it's the same.
If you follow these steps and it's still not working consistently, sharing a few sample rows from your CSV (with sensitive data removed) might help the community spot the issue!
Issue Type,Fix Version,Epic Name,Summary,Description,Story Points,Assignee,Epic Link
Epic,ESG,Lake,Heavens Lake. The project manager is Dave.,The project manager is Dave.,,apirlX,
Story,ESG,,Interview questionnaire completed,"Explore product details and help get your concept approval, including meetings with eng team",1,apirlX,Lake
Story,ESG,,ODM Selection Process,,1,apirlX,Lake
Task,ESG,,Inputs to RFQ/RFP,,1,apirlX,Lake
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for sharing those rows! It looks like your CSV structure is correct for linking issues to Epics.
As @Jack Brickey suggested, it's possible that Jira is trying to link the stories and tasks to the Epic before the Epic is fully created during the import. This could explain why it works sometimes but not always.
There are a few things you can try:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might try importing the Epics first and a subsequent import for the stories. It could be a race condition is happening as part of the import where the epic is not fully baked before you were trying to add issues to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is also what I was thinking. I was hoping for a solution other than creating two import files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.