Do we have any Rest API to get spill over user stories and removed user stories of sprint.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.