I'm trying to create a template CSV to import into future projects that have the full breakdown of Epics, Stories, and Subtasks with parental links but keep getting the following warnings/errors:
Import completed with 38 errors:
All of the work items get created but none of the parental links are there for Epic-Story.
I'm importing the following fields from the CSV:
Summary, Issue Id, Issue Type, Status, Labels, Description, Issue Color, Story Point Estimate Parent Id.
Hi @Jason Abofsky and welcome to the Community!
I'm Luka from codefortynine and if you are willing to use a third-party app, our Deep Clone for Jira can help you clone your template. It can clone whole issue hierarchies/trees, including subtasks.
Thanks, but I'm trying to make a template to give to others with different accounts. I need to be able to send them a file to import.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason - Welcome to the Atlassian Community!
Parents are associated with Sub-tasks to stand issue types such as Story. For the Epic parent of the Story use the Epic Link field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect! Thanks. Of course, this means there's a bug in the CSV export of issues that accidentally puts the Epic Link into the Parent Id column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I saw it work once. But now when I try to import again into a second project, no errors or warnings are returned, but the story doesn't get linked to the epic. Here's my csv sample:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I hadn't gotten any warnings or errors, but after I realized that no story got linked to epics.
What do you mean a number like that? Those were the numbers exported under Issue Id and parent Id. (I moved the Story's Parent Id (exported as "Parent") to Epic Link.
How should that table look if I want to create that basic scenario (a subtask linked to a story linked to an epic) that could be imported into a new project on the same or different jira accounts repeatedly (can that be done?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Team Managed. I tried company-managed, which had different issues - 'story' and 'subtype' aren't recognized. I think what I'm trying to do isn't the norm and would be a new feature request: The ability to create a template of linked Epics, Stories, and Subtasks that can be passed from one user account to another and from project to project in the same account. Repeatedly.
The issue, I think (I'm a software tester, lol) comes with the ID mapping which would conflict if you tried to do things repeatedly. It would need a way to re-map the Issue IDs to new ones, then update both the Parent Id / Epic Link field values with those new IDs to match. I'm betting the software doesn't have that yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Team-managed projects use the Parent field and not the Epic Link field. Also, the CSV import function is intended to be kind of a one-off function, not a continuous way to create issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's a shame. I guess I won't be able to make a project template for distribution. I'll submit a feature request and see what the future brings.
Thanks for responding.
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.