forked from andygrunwald/go-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_resolutions.json
140 lines (140 loc) · 4.01 KB
/
all_resolutions.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/1",
"id": "1",
"description": "A fix for this issue is checked into the tree and tested.",
"name": "Fixed"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/2",
"id": "2",
"description": "The problem described is an issue which will never be fixed.",
"name": "Won't Fix"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/3",
"id": "3",
"description": "The problem is a duplicate of an existing issue.",
"name": "Duplicate"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/6",
"id": "6",
"description": "The problem isn't valid and it can't be fixed.",
"name": "Invalid"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/4",
"id": "4",
"description": "The problem is not completely described.",
"name": "Incomplete"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/5",
"id": "5",
"description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.",
"name": "Cannot Reproduce"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/7",
"id": "7",
"description": "Later",
"name": "Later"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/8",
"id": "8",
"description": "The described issue is not actually a problem - it is as designed.",
"name": "Not A Problem"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/9",
"id": "9",
"description": "Unresolved",
"name": "Unresolved"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10",
"id": "10",
"description": "As the name suggests",
"name": "Implemented"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/11",
"id": "11",
"description": "",
"name": "Done"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10000",
"id": "10000",
"description": "This issue was automatically closed",
"name": "Auto Closed"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10001",
"id": "10001",
"description": "",
"name": "Pending Closed"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10002",
"id": "10002",
"description": "REMIND",
"name": "REMIND"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10003",
"id": "10003",
"description": "Resolved",
"name": "Resolved"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10004",
"id": "10004",
"description": "Not A Bug",
"name": "Not A Bug"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10005",
"id": "10005",
"description": "Workaround",
"name": "Workaround"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10006",
"id": "10006",
"description": "Staged",
"name": "Staged"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10007",
"id": "10007",
"description": "Delivered",
"name": "Delivered"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10008",
"id": "10008",
"description": "Information Provided",
"name": "Information Provided"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10009",
"id": "10009",
"description": "Works for Me",
"name": "Works for Me"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10010",
"id": "10010",
"description": "Feedback Received",
"name": "Feedback Received"
},
{
"self": "https://issues.apache.org/jira/rest/api/2/resolution/10011",
"id": "10011",
"description": "Won't Do",
"name": "Won't Do"
}
]