forked from andygrunwald/go-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsprints.json
61 lines (61 loc) · 1.99 KB
/
sprints.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
{
"isLast": true,
"maxResults": 50,
"startAt": 0,
"values": [
{
"completeDate": "2016-04-28T05:08:48.543-07:00",
"endDate": "2016-04-27T08:29:00.000-07:00",
"id": 740,
"name": "Iteration-10",
"originBoardId": 734,
"self": "https://jira.com/rest/agile/1.0/sprint/740",
"startDate": "2016-04-11T07:29:03.294-07:00",
"state": "closed"
},
{
"completeDate": "2016-05-30T02:45:44.991-07:00",
"endDate": "2016-05-26T14:56:00.000-07:00",
"id": 776,
"name": "Iteration-12-1",
"originBoardId": 734,
"self": "https://jira.com/rest/agile/1.0/sprint/776",
"startDate": "2016-05-19T13:56:00.000-07:00",
"state": "closed"
},
{
"completeDate": "2016-06-08T07:54:13.723-07:00",
"endDate": "2016-06-08T01:06:00.000-07:00",
"id": 807,
"name": "Iteration-12-2",
"originBoardId": 734,
"self": "https://jira.com/rest/agile/1.0/sprint/807",
"startDate": "2016-06-01T00:06:00.000-07:00",
"state": "closed"
},
{
"endDate": "2016-06-28T14:24:00.000-07:00",
"id": 832,
"name": "Iteration-13-2",
"originBoardId": 734,
"self": "https://jira.com/rest/agile/1.0/sprint/832",
"startDate": "2016-06-20T13:24:39.161-07:00",
"state": "active"
},
{
"id": 845,
"self":"https://jira.com/rest/agile/1.0/sprint/845",
"state": "future",
"name": "Minimal Example Sprint",
"originBoardId": 734
},
{
"id": 846,
"self": "https://jira.com/rest/agile/1.0/sprint/846",
"state": "future",
"name": "Sprint with a Goal",
"originBoardId": 734,
"goal": "My Goal"
}
]
}