forked from andygrunwald/go-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_boards.json
52 lines (52 loc) · 1.15 KB
/
all_boards.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
{
"maxResults": 50,
"startAt": 0,
"total": 6,
"isLast": true,
"values": [
{
"id": 4,
"self": "https://test.jira.org/rest/agile/1.0/board/4",
"name": "Test Weekly",
"type": "scrum"
},
{
"id": 5,
"self": "https://test.jira.org/rest/agile/1.0/board/5",
"name": "Test Production Support",
"type": "kanban"
},
{
"id": 6,
"self": "https://test.jira.org/rest/agile/1.0/board/6",
"name": "Test To Give",
"type": "kanban"
},
{
"id": 7,
"self": "https://test.jira.org/rest/agile/1.0/board/7",
"name": "Test Journey App",
"type": "kanban"
},
{
"id": 9,
"self": "https://test.jira.org/rest/agile/1.0/board/9",
"name": "Testix",
"type": "scrum"
},
{
"id": 1,
"self": "https://test.jira.org/rest/agile/1.0/board/1",
"name": "Test Mobile",
"type": "scrum",
"location": {
"projectId": 10000,
"displayName": "aproject (AP)",
"projectName": "aproject",
"projectKey": "AP",
"projectTypeKey": "software",
"name": "aproject (AP)"
}
}
]
}