Issue history is empty when exporting issues to JSON format

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • 6.1.0
    • Affects Version/s: 5.0.2
    • Component/s: JSON
    • None

      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)

            Assignee:
            Unassigned
            Reporter:
            Anonymous
            Archiver:
            Dave Norton

              Created:
              Updated:
              Resolved:
              Archived: