Forum Discussion

ppad's avatar
ppad
New Contributor
3 years ago
Solved

Issue Coverage

Hello guys,

How can I list the JIRA issues that has not Test Cases on Zephyr Scale section (image attached)?

My idea is check if QAs are adding the test cases properly on the issues. Is there some report that shows that?

Thank you!

 

 

  • Hi ppad ,

     

    there are some JQL functions that you can use.

    In your case it would be "issue not in hasTestCoverage()" in a JQL query. Have a look at the docs.

    https://support.smartbear.com/zephyr-scale-server/docs/jql-functions.html

     

    But you can also use the traceability reports (even the simple Coverage Report in your case or any of the others). If you filter them by "Issue" using a Jira filter, it will show you the issues (included in that filter) that do not have test cases as well.

     

    Cheers
    Josh

3 Replies