Uploaded image for project: 'JIRA Importers Plugin'
  1. JIRA Importers Plugin
  2. JIM-970

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

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Low Low
    • 6.1.0
    • 5.0.2
    • 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)

            [JIM-970] Issue history is empty when exporting issues to JSON format

            Owen made changes -
            Resolution New: Duplicate [ 3 ]
            Status Original: Closed [ 6 ] New: Closed [ 6 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIM Project Workflow (Software Simplified) [ 1607096 ] New: JIM - workflow v2 [ 1611448 ]
            Ignat (Inactive) created issue -

            This issue will be fixed under JIM-1097

            Przemyslaw Borkowski (Inactive) added a comment - This issue will be fixed under JIM-1097

              Unassigned Unassigned
              Anonymous Anonymous
              Archiver:
              dnorton@atlassian.com Dave Norton

                Created:
                Updated:
                Resolved:
                Archived: