mirror of
https://github.com/interviewstreet/go-jira.git
synced 2024-11-30 08:47:11 +02:00
44 lines
950 B
JSON
44 lines
950 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |