1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-02-15 13:53:15 +02:00
go-jira/mocks/sprints_filtered.json

17 lines
411 B
JSON
Raw Normal View History

{
"isLast": true,
"maxResults": 50,
"startAt": 0,
"values": [
{
"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"
}
]
}