Jira rest api , get all stories/tasks of active sprint.

Mark Davydov January 8, 2019

Hi is there an option to get all the stories that assigned to active sprint via REST? 

1 answer

2 votes
Charly [DEISER]
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.
January 8, 2019
Wiktor_Plaga October 3, 2019

It does not, really. The question was about current sprint, not sprint by sprintId

Like Aruna Rao Chalasani likes this
Aruna Rao Chalasani September 27, 2023

It would have been nicer to have something like the following or operation=issue

/rest/agile/latest/board/123/sprint?state=active&issue=all

 

But I think we have to make two API calls first get the details of active sprint 

/rest/agile/latest/board/123/sprint?state=active

..and then take the id and call

/rest/agile/latest/board/123/sprint/999/issue

 

I was looking for a cleaner way too..not sure if search filter are available in the latest API as this does not show https://docs.atlassian.com/jira-software/REST/8.20.10/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events