Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-33497

Export issue in JSON format doesn't show attachment information

    XMLWordPrintable

Details

    Description

      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" : [ ]
          } ]
        } ], 

      Attachments

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

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vkharisma vkharisma (Inactive)
              Votes:
              16 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated: