I would like to show the evolution of carryover along the development of the product. Is ther a chart? How can I get the information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Sprint Report will show you stories not completed each sprint, providing a view of carry over into the next sprint based.
Reports like the Epic Burndown and Release Burndown can also show scope at the start vs end of a sprint - so you can see both progress and scope change. These have a breakdown of work completed / incomplete below the chart.
--------------------
Aside from this, you could search for the issues and choose how to display these - for example, display them in Filter Gadgets on a dashboard:
For example:
Sprint in closedSprints() and (Sprint in openSprints() or Sprint in futureSprints())
^ This would find issues which have been in a previous sprint and are either in an open, active sprint or a future planned sprint. This highlights issues which have not been completed previously.
If this after the end of a project, you could do something like this against one specific sprint:
Sprint in closedSprints() and status was "In Progress" AFTER 2020-08-01
^ Locates issues which are in closed sprints but are or were in a status of "In Progress" after 1st August 2020. If the sprint you are searching against ended on 31st July, you could then locate issues which remained open past the end date, even if they're now closed.
For more information on advanced searching, see this page.
--------------------
It just depends on what you're using the information for and how you want to visualise it :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.