maxw
2 years agoOccasional Visitor
We need a way to filter Test Cases that have not been executed jet
We need a way to filter Test Cases that have not been executed jet. Filter in Test Cases Panel seems not to support this. How can we get the list of Test Cases that have not been run jet? In combination with the Folder of the Test Case?
Is there any possibility to do it with a Jira JQL query?
I found this by searching:
project = XXX AND issuetype = Test AND issue in testsWithoutExecution()
but his gives me the error:
Unable to find JQL function 'testsWithoutExecution()'.
So how to solve this requirement by our test manger?
Thanks, Max