My company is creating an app that measures quantitative performance for agile teams. We wants to gather metrics from the Sprint Report. We are trying to figure out which endpoints to use. We want to use this data to figure out what percentage of a agile teams issues are completed in a sprint. Can anyone give guidance on which API endpoints to use to rebuild a sprint report in our app???
All publicly available methods for sprints can be found here: https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-group-sprint
To fetch all issues within a specific sprint (given a known sprintId) you can use this method: https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-group-sprint
The method above does support JQL queries if you'd like to drill down on specific issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.