When exporting issues using the JSON exporter, we will get the issues data in JSON format. The JSON data should contain the information related to the issue, such as the issue description, assignee, etc.
However, the issue history data is empty in the JSON data, although if the issue has a plenty of change history recorded. Please see the following sample JSON taken:
"issues" : [ { "summary" : "as", "reporter" : "admin", "issueType" : "Bug", "status" : "In Progress", "priority" : "Major", "created" : 1368524513000, "updated" : 1368604255000, "labels" : [ ], "worklogs" : [ ], "voters" : [ ], "watchers" : [ "admin" ], "subtasks" : [ ], "attachments" : [ ], "history" : [ ], "comments" : [ ], "customFieldValues" : [ ] }
Notice that the issue history is empty in the JSON data.
Steps to reproduce the problem:
- Enable JSON (beta) from JIM plugin module
- Search for issues in Issue Navigator
- Export those issues to JSON via Views > JSON (beta)
[JIM-970] Issue history is empty when exporting issues to JSON format
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Closed [ 6 ] | New: Closed [ 6 ] |
Workflow | Original: JIM Project Workflow (Software Simplified) [ 1607096 ] | New: JIM - workflow v2 [ 1611448 ] |
This issue will be fixed under
JIM-1097