-
Bug
-
Resolution: Unresolved
-
Low
-
7
-
Severity 3 - Minor
-
1
-
Summary
It is not possible to import JSON file to existing project
Steps to Reproduce
- Create a JSON file for example:
{ "projects": [ { "name": "ITF project", "key": "ITF", "issues": [ { "key" : "ITF-5555", "status" : "Open", "reporter" : "admin", "summary" : "Someting in summary" } ] } ] }
- Try to import JSON file by selecting existing project
Expected Results
Issues are created
Actual Results
Issues are not created. An example error message is shown:
External issue null already exists as ITF-1, not importing.
Workaround
- Import the file by selecting a new project
- Move the issues to the existing project.
- is related to
-
JRACLOUD-82052 JSON import results in history being updated as "Anonymous user"
-
- Gathering Impact
-
I can still reproduce this issue. Adding this extra UI error for searchability: