Hi all,
I am using this API call to get the sprint report and it works fine: https://jira.com/rest/greenhopper/latest/rapid/charts/sprintreport?rapidViewId=195&sprintId=4147
For me it's important to be able to compare the sprint report from the last day (which captures the ticket statuses on the last day of the sprint) against a report from the first day of the sprint. That helps me to see how exactly each ticket progressed in the sprint (e.g. from TO DO to IN QA, or from IN QA to DONE).
Does anybody know if there is an API call format which gives me the first day of the sprint?
Thanks!
Hi,
Welcome to the community
I think that you're using a deprecated Jira API see below.
You can use these API :
https://docs.atlassian.com/jira-software/REST/7.0.4/
https://docs.atlassian.com/software/jira/docs/api/REST/8.18.1/
Latest just mean that you're using the last version of the API. So instead of write
rest/api/1/
you can write
rest/api/latest
So you will always call the most update version.
Thanks Mohamed, indeed you are right, the "latest" refers to the API version. But in my call I already use the word "latest", so that's not a problem.
I am still looking for a way to display a report from the beginning of the sprint (in other words - what were the statuses of tickets on the first day). Currently, the only way to do that is to run the report (or the api call) on the first day of the sprint, and save the result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to use the API to download the sprint report when the sprint ends. It's important that it captures (a) the statuses of the issues at the time the sprint ended and (b) the issues that were removed from the sprint.
I don't see how to do this using the current API; it looks like the one you were using was deprecated?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.