Forums

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

What REST API endpoints do I use if I want to gather Sprint Report metrics in another app?

lou_rodriguez November 1, 2021

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???

 

1 answer

0 votes
Neil Mansilla
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 4, 2021

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.

Suggest an answer

Log in or Sign up to answer