-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.0.1/OD-15
-
6
-
8
-
Severity 3 - Minor
-
1
-
Steps to reproduce:
- Install JIRA 6.0.1
- Enable JSON from "manage add-ons"
- Create issue and attach a file
- 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" : [ ]
} ]
} ],