-
Bug
-
Resolution: Unresolved
-
High
-
12
-
Severity 3 - Minor
-
38
-
Issue Summary
When performing an import from the bulk creation CSV import (on the create issue screen) and set the value for a Task and its sub-tasks on the CSV file, the import troughs an error about Subtask 'test CSV' doesn't have a valid Parent Id selection. Issue will not be created.
We got this same error in these scenarios:
- Setting an issue Id and parent Id arbitrary and the CSV file;
- Using an issue Id from an already created task in the project
Environment
Jira Cloud
Steps to Reproduce
- Create a CSV file with the Issue Id and Parent Id column;
- Use the non-admin CSV import (create issue screen > Import issue button);
- Mapp the columns of issue Id and parent Id
- Begin the CSV import
Expected Results
The import should create the Task and the Sub-task accordingly as in the CSV file.
Actual Results
The import stops with the following error:
Subtask 'test CSV' doesn't have a valid Parent Id selection. Issue will not be created
Notes
Workaround
A workaround will be run the CSV import through the External system import, accessible only by Jira administrators
There is a workaround, not safe tho, when you can write a script that will raise these requests via api, but with api key of an admin. Also, it accepts data in JSON format not CSV, but overall I wonder why this acts like that. This feature worked perfectly for Jira Data Center.