YouTrack Server
 
2017.3
 
Help

Get Sprint by ID 

GET /admin/agile/{agileById}/sprint/{sprintById} 

Get sprint by id.

GET /rest/admin/agile/{agileById}/sprint/{sprintById}

Parameters:

Name

Type

Description

agileById

string

Identifier of the agile board, for which you want to get the sprint.

sprintById

string

Identifier of the sprint you want to get.

Sample 

Request

GET /rest/admin/agile/74-2/sprint/78-4 HTTP/1.1
Host: localhost:8080
Cookie: JSESSIONID=kym9kt9k8eatzrw4ul0zhdxj;jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290

Response

HTTP/1.1 200 OK
Content-Type: application/xml; charset=UTF-8
Content-Length: 169

<sprint>
    <id>78-4</id>
    <version>Sprint1</version>
    <start>1392710400000</start>
    <finish>1393920000000</finish>
</sprint>
Last modified: 7 March 2019