Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Sprint details with team information

durgaprasad kinthada December 15, 2020

Hi Team,

Looking for any rest api/sdk/library will provide relation between sprint and team.

i.e  sprint details should have Team Id.

Rest api for getting sprint details

https://your-domain.atlassian.net/rest/agile/1.0/sprint/{sprintId}

Above rest api will give below respose

{ "id": 37,

"self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",

"state": "closed",

"name": "sprint 1",

"startDate": "2015-04-11T15:22:00.000+10:00",

"endDate": "2015-04-20T01:22:00.000+10:00",

"completeDate": "2015-04-20T11:04:00.000+10:00",

"originBoardId": 5,

}

But it is not describing which team performing sprint tasks. Looking for team id in above response.

Or any other way we can corelate sprint with team .

 

Thanks

 

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 15, 2020

There is no direct association stored, so the REST API has nothing to tell you here.

Of course, you can work it out, but you'll need to track it down.  Start with answering the question "what data do you enter into Jira to tell it that a sprint is associated with a team?"

Suggest an answer

Log in or Sign up to answer