-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: Report - Sprint Report
-
2
Currently, we can use the Get Issues for Sprint API and are able to get the issues within a sprint
https://your-domain.atlassian.com/rest/agile/1.0/sprint/{sprintId}/issue
Once, we have the issues within Sprint, we can use Get Changelogs API to get the changes made to issues by searching for the story points custom field in the output
https://your-domain.atlassian.net/rest/api/3/issue/{issueIdOrKey}/changelog
It would be great if we have a single API to get all the detials of Scope change within the Sprint