jira-cli/pkg/jira/testdata/issue.json

55 lines
972 B
JSON

{
"key": "TEST-1",
"fields": {
"issuetype": {
"name": "Bug"
},
"resolution": null,
"created": "2020-12-03T14:05:20.974+0100",
"priority": {
"name": "Medium"
},
"labels": [],
"assignee": null,
"updated": "2020-12-03T14:05:20.974+0100",
"status": {
"name": "To Do"
},
"summary": "Bug summary",
"description": {
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Test description"
}
]
}
]
},
"issuelinks": [
{
"id": "10001",
"outwardIssue": {
"key": "TEST-2"
}
},
{
"id": "10002",
"outwardIssue": {}
}
],
"reporter": {
"displayName": "Person A"
},
"watches": {
"watchCount": 1,
"isWatching": true
}
}
}