Forums

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

API to get spill over and removed stories of sprint

bbbhakti
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 4, 2022

Do we have any Rest API to get spill over user stories and removed user stories of sprint.

1 answer

0 votes
Trudy Claspill
Community Champion
August 5, 2022

Hello @bbbhakti 

Welcome to the community.

There is not an API to specifically get that information. You could use the API to get the change log history for an issue and then write your own code to parse through it to find events related to changing the Sprint field and evaluate those to see if the change

- related to the sprint you want

- happened between the start and end of that sprint

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-changelog-get

There is currently not a method to query for that information in JQL either, but there is a change request for that on which you could vote. If there was a JQL method then you could use the API to execute the JQL.

https://jira.atlassian.com/browse/JRACLOUD-75868

Suggest an answer

Log in or Sign up to answer