-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Import/Export - External System Import
-
3
-
Severity 3 - Minor
-
0
Issue Summary
Import JSON file not applying resolved date in the imported issue.
"created": "2019-12-14T17:46:40Z",
"updated": "2021-12-15T21:39:22Z",
"resolved": "2020-12-24T21:59:22Z",
If the JSON has those 3 fields, it will set the resolved date with the updated date information.
Seems like Jira ignores the third field and sets the resolved date with the updated date because the updated date shown in the issue will be from when the import was done.
Steps to Reproduce
- Import the JSON attached or create another file and set the 3 dates as shown in the summary.
- Check the dates in the issue created.
Expected Results
Jira should consider the Resolved Date to set this field in the issue.
Actual Results
Jira is considering the next date after the created date in the JSON file.
Workaround
Remove the updated date or set the resolved date in the next value after the created date.