Sub-tasks imported to a cloud JIRA without links to parent tasks

Oleksandr Vorobiov December 4, 2015

I want to evaluate Portfolio in a JIRA cloud. What I do.

  1. Export some issues from another JIRA instance. I export them in XLS, than remove useless fields, and finally save the table with issues as a CSV file.
  2. Import this CSV file to my JIRA Software - the one that I evaluate along with Portfolio.
  3. The issue is that all sub-tasks are of the type "Sub-task", but the links to parent issues are missed.
  4. Which fields should I preserve in the CSV file?
    "Sub-task" is not mapped during the export? "Parent Id" doesn't exist.

 

2 answers

0 votes
Oleksandr Vorobiov December 7, 2015

Hi

No. It doesn't help. Let me paraphrase.
  1. I search for issues – tasks and sub-tasks.
  2. I click Export > Excel (All fields).
  3. In the export file there are no fields Parent Id and Issue Id.
Devtools_Barclays April 5, 2017

JIRA doesn't EXPORT [Issue ID] and [Parent ID].

JIRA exports [Sub-Tasks] field for the parent issues.

You can transpose it to the [Issue ID] and [Parent ID].

Also JIRA helps to know ParentID using it as a prefix to the Sub-Task's [Summary] field.

You can write a formula to split exported [Summary] for sub-tasks to [Parent ID] and [Original Summary]

0 votes
Rodrigo Silva
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 7, 2015

The "Parent Id" might not be shown as an option at Wizard, but JIRA will recognize it through the values you're point through the CSV"

  • To create a sub-task of a regular issue in your CSV file, reference the unique Issue Id number of the regular issue in the Parent Id column. Do not include any value in the Issue Id fields for sub-tasks.

I hope that helps!

Cheers,

Rodrigo Silva

Suggest an answer

Log in or Sign up to answer