Export issue in JSON format doesn't show attachment information

XMLWordPrintable

    • 6
    • 8
    • Severity 3 - Minor
    • 1

      Steps to reproduce:

      1. Install JIRA 6.0.1
      2. Enable JSON from "manage add-ons"
      3. Create issue and attach a file
      4. Export the issue to JSON

      It didn't capture the information about attachment

          "issues" : [ {
            "summary" : "ATLASSIAN TESTING",
            "reporter" : "racine",
            "assignee" : "ebner",
            "issueType" : "Bug",
            "status" : "Open",
            "priority" : "Major",
            "created" : 1371211786688,
            "updated" : 1371211786688,
            "labels" : [ ],
            "worklogs" : [ ],
            "voters" : [ ],
            "watchers" : [ "racine" ],
            "subtasks" : [ ],
            "attachments" : [ ],
            "history" : [ ],
            "comments" : [ ],
            "customFieldValues" : [ ]
          } ]
        } ], 

        1. SearchRequest.xml
          8 kB
        2. SearchRequest.json
          3 kB
        3. json.png
          json.png
          76 kB

            Assignee:
            Unassigned
            Reporter:
            vkharisma
            Votes:
            16 Vote for this issue
            Watchers:
            17 Start watching this issue

              Created:
              Updated: