I would like to run a report that shows the carryover for each Sprint for the last 6 months. Is there a way to do this?
Hi @Brian Hogan
I don't think there's any simple way to do this. If you put the below URL into your browser, you can get a JSON report of all items completed in that sprint and all items that were not completed
https://companyURL.atlassian.net//rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=BoardNumber&sprintId=123
Remember to replace BoardNumber with your board number and 123 with your sprint id.
Unfortunately, that is only for 1 sprint, you'll need to do the same for each sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.