-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathtransitions.json
59 lines (59 loc) · 1.79 KB
/
transitions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"expand": "transitions",
"transitions": [
{
"id": "4",
"name": "Start Progress",
"to": {
"self": "https://jiraprf.benten.com/rest/api/2/status/3",
"description": "This issue is being actively worked on at the moment by the assignee.",
"iconUrl": "https://jiraprf.benten.com/images/icons/statuses/inprogress.png",
"name": "In Progress",
"id": "3",
"statusCategory": {
"self": "https://jiraprf.benten.com/rest/api/2/statuscategory/4",
"id": 4,
"key": "indeterminate",
"colorName": "yellow",
"name": "In Progress"
}
}
},
{
"id": "2",
"name": "Accept Issue",
"to": {
"self": "https://jiraprf.benten.com/rest/api/2/status/6",
"description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.",
"iconUrl": "https://jiraprf.benten.com/images/icons/statuses/closed.png",
"name": "Closed",
"id": "6",
"statusCategory": {
"self": "https://jiraprf.benten.com/rest/api/2/statuscategory/3",
"id": 3,
"key": "done",
"colorName": "green",
"name": "Done"
}
}
},
{
"id": "851",
"name": "Issue Blocked",
"to": {
"self": "https://jiraprf.benten.com/rest/api/2/status/10011",
"description": "",
"iconUrl": "https://jiraprf.benten.com/images/icons/statuses/needinfo.png",
"name": "Blocked",
"id": "10011",
"statusCategory": {
"self": "https://jiraprf.benten.com/rest/api/2/statuscategory/4",
"id": 4,
"key": "indeterminate",
"colorName": "yellow",
"name": "In Progress"
}
}
}
]
}