Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.