We have started our sprints, currently with 226 issues.
However, 161 are now complete.
Is there a view to show the number of uncompleted and/or a way to only display the uncompleted ones?
Hi Peter,
we use "Quick Filters" in the "Active Sprint" tab of an agile board to do this.
With this you can create a JQL to filter the board with just one click.
To see only open ones we use status != closed.
This also works for standard search.
An example for this would be: project = "YOUR_PROJECT" AND status != closed AND sprint in (openSprints())
Regards,
Jason
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.