Forum Discussion

maxw's avatar
maxw
Occasional Visitor
2 years ago

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

1 Reply

  • MisterB's avatar
    MisterB
    Champion Level 3

    As you've discovered you can't filter by Execution in the Test Case screen.  You can however Sort on the Execution Result (the coloured buttons: Grey = Not Executed), if you prefer to do that from the Test Cases screen.

     

    You could also run a Report like Test Execution Results (List), and use the Custom Query filter - go to the Execution Results area, choose Result In "Not Executed".