CWalker
5 years agoOccasional Contributor
Change Default SLA Value
Hi, Is there a way to override the default SLA of 200ms? I have to edit every request. I don't mean to parameterize it because that would still require me to replace "200" with a property. ...
- 4 years ago
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