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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.