Skip to content

Instantly share code, notes, and snippets.

@babelop
Created December 22, 2016 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save babelop/d4afacfb0c753c2fc3cd6b7f702e0b78 to your computer and use it in GitHub Desktop.
Save babelop/d4afacfb0c753c2fc3cd6b7f702e0b78 to your computer and use it in GitHub Desktop.
{
"issue": [
{
"id": "TEST-1",
"entityId": "85-15",
"jiraId": null,
"field": [
{
"name": "projectShortName",
"value": "TEST"
},
{
"name": "numberInProject",
"value": "1"
},
{
"name": "summary",
"value": "Hello World"
},
{
"name": "created",
"value": "1482296521583"
},
{
"name": "updated",
"value": "1482356640392"
},
{
"name": "updaterName",
"value": "root"
},
{
"name": "updaterFullName",
"value": "root"
},
{
"name": "reporterName",
"value": "root"
},
{
"name": "reporterFullName",
"value": "root"
},
{
"name": "commentsCount",
"value": "1"
},
{
"name": "votes",
"value": "0"
},
{
"name": "Priority",
"value": [
"Normal"
],
"valueId": [
"Normal"
],
"color": {
"bg": "#e6f6cf",
"fg": "#4da400"
}
},
{
"name": "Type",
"value": [
"Bug"
],
"valueId": [
"Bug"
],
"color": null
},
{
"name": "State",
"value": [
"Open"
],
"valueId": [
"Open"
],
"color": null
},
{
"name": "Assignee",
"value": [
{
"value": "root",
"fullName": "root"
}
]
}
],
"comment": [
{
"id": "105-0",
"author": "root",
"authorFullName": "root",
"issueId": "TEST-1",
"parentId": null,
"deleted": false,
"jiraId": null,
"text": "Hello",
"shownForIssueAuthor": false,
"created": 1482319070663,
"updated": null,
"permittedGroup": null,
"replies": []
}
],
"tag": [
{
"value": "enhancement",
"cssClass": "c0"
},
{
"value": "Another Tag",
"cssClass": "c0"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment