-
Bug
-
Resolution: Unresolved
-
Medium
-
32
-
Severity 3 - Minor
-
4
-
Issue Summary
JSON importer does not accept accountIDs for history data
Steps to Reproduce
- Create a JSON import file and specify a history / change log data to import.
- Use AccountID for the author.
- Import into JIRA using the JSON importer
{ "projects": [ { "name": "BURNUP", "key": "BUR", "type": "software", "issues": [ { "key" : "BUR-134", "status" : "TO DO", "reporter" : "5570XXXXXXXXXXXXXX", "summary" : "Parent case", "externalId": "134", "history" : [ { "author" : "5570XXXXXXXXXXXXXX", "created": "2019-08-11T15:59:02.161+0100", "items": [ { "fieldType" : "jira", "field" : "status", "from" : "3", "fromString" : "In Progress", "to" : "10006", "toString" : "To Do" } ] }, { "author" : "5570XXXXXXXXXXXXXX", "created": "2019-09-21T15:59:02.161+0100", "items": [ { "fieldType" : "jira", "field" : "status", "from" : "3", "fromString" : "In Progress", "to" : "10006", "toString" : "To Do" } ] } ] } ] } ] }
Expected Results
On the imported data, the changelog author should correlate to the accountID
Actual Results
The imported data, shows "unknown" user.
Workaround
Set the changelog author to the accounts username if that is known.
Hello!
We’re looking to improve the import experience in Jira and are keen to understand how our community is using the Jira Import Module (JIM). If you’ve used JIM to migrate/move data into Jira recently, we’d love to hear about your experience. Please take a few minutes to fill out this survey. Your feedback will help us learn how we can improve your experience in importing data.
Survey link - https://forms.gle/NYNkmS92r96z42QV9
Thanks!
Prashanth M
Product Manager, Jira Platform