Is there any way by which i can achieve the how many points we commited at the starting of the points ? and then how it decrease and increase by the sprint end.
Means, consider in the start of the version we commited 1200 points and in the sprint 1 we completed 60 points and add 30 more points of work. so now total points is 1230 and the completed points is 60 and remaining points is 1170.
so can i get data like this, by any api endpoints. its okay if i have to go through with multiple api endpoints. we are using api version v2.
Thanks,
Your reponse will be appriciate.
Welcome to the Atlassian Community!
That is something all the sprint reports do. The whole point of them is to show you what you committed to and what you achieved. The one people use the most is the burndown chart.
You can get some of the sprint data from https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-group-sprint , but I'm afraid you will then have to query for each issue in the sprint and read the estimate and status data from them to be able to work out the current burn data.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.