forked from andygrunwald/go-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboard_configuration.json
102 lines (102 loc) · 2.31 KB
/
board_configuration.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
{
"id": 35,
"name": "Test board",
"type": "kanban",
"self": "https://test.jira.org/rest/agile/1.0/board/35/configuration",
"location": {
"type": "project",
"key": "IT",
"id": "10002",
"self": "https://test.jira.org/rest/api/2/project/10002",
"name": "Test org"
},
"filter": {
"id": "12116",
"self": "https://test.jira.org/rest/api/2/filter/12116"
},
"subQuery": {
"query": "fixVersion in unreleasedVersions() OR fixVersion is EMPTY"
},
"columnConfig": {
"columns": [
{
"name": "Backlog",
"statuses": [
{
"id": "10005",
"self": "https://test.jira.org/rest/api/2/status/10005"
}
],
"min": 5,
"max": 30
},
{
"name": "Selected for development",
"statuses": [
{
"id": "10603",
"self": "https://test.jira.org/rest/api/2/status/10603"
}
],
"max": 20
},
{
"name": "In Progress",
"statuses": [
{
"id": "10602",
"self": "https://test.jira.org/rest/api/2/status/10602"
}
]
},
{
"name": "Blocked",
"statuses": [
{
"id": "10100",
"self": "https://test.jira.org/rest/api/2/status/10100"
}
]
},
{
"name": "QA",
"statuses": [
{
"id": "10838",
"self": "https://test.jira.org/rest/api/2/status/10838"
},
{
"id": "10004",
"self": "https://test.jira.org/rest/api/2/status/10004"
},
{
"id": "10801",
"self": "https://test.jira.org/rest/api/2/status/10801"
},
{
"id": "10839",
"self": "https://test.jira.org/rest/api/2/status/10839"
},
{
"id": "10837",
"self": "https://test.jira.org/rest/api/2/status/10837"
}
],
"max": 10
},
{
"name": "Done",
"statuses": [
{
"id": "10601",
"self": "https://test.jira.org/rest/api/2/status/10601"
}
]
}
],
"constraintType": "issueCount"
},
"ranking": {
"rankCustomFieldId": 10002
}
}