I am looking for a way to filter for the following 3 issue conditions to help find lingering issues:
I only have out of the box features in JIRA. Thanks in advance!
Hi @Tim Dowd
1). I do not believe you can do this one with out-of-the-box Jira...you will need an add-on to enhance filtering/reporting, or to repeatedly use the control chart and change the settings to measure the time.
2). For this one, try the following when the active sprint is running:
project = project_name
AND statusCategory IN ("To Do", "In Progress")
AND Sprint IN closedSprints()
AND Sprint IN openSprints()
Once the sprint is ended, you could instead export data to a spreadsheet to parse the multiple exported sprint id columns.
3). This one will also need some form of add-on, or access to the logging to count the status transitions.
Best regards,
Bill
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.