Hi!
I'm trying to figure out which test cases are the ones most often used in our project, in order to prioritise which ones to improve first. Currently I use this filter:
issuetype = "Test Case" AND status changed to "TC - READY TO RUN" after -4w
This filter does show me which ones have been run recently, but it gives me no information about frequency.
I would like a filter that would show me the test cases that have been run e.g. 5 or more times the last 4 weeks. Is that possible?
Hi Rebecca,
Unfortunately this is not possible on JIRA.
However, there is a few add-ons that might help you, adding some functions to JQL.
I recommend you test one of the below, to confirm if they work for you or not.
https://marketplace.atlassian.com/plugins/jql-extensions/cloud/overview
https://marketplace.atlassian.com/plugins/jql-advanced-search-for-jira-cloud/cloud/overview
You can test them in the free trial, before you decide to buy it or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.