Forum Discussion
I've not tried this but can see the difficulty trying to make it work. Possible solutions:
- Return all issues, then use the gadget to split issues by Test Coverage, or if that's not available, another field like labels or a custom field
- I'm thinking you could create two separate filters: one for coverage, one with no coverage, and then have a parent filter that returns the results of both child filters
- Use Jira Automation to assign a custom tag to define coverage/non-coverage and use that field in your JQL
Hi,
My jira Cloud instance does not have hasTestCoverage() and the other listed functions. Are they only available in the Server versions like the Zephyr Confluence plugin.
Really looking for reports about the tests that can be shown in dashboards or confluence pages, but seems most of the reports are execution result based. E.g. Test coverage, manual vs automated tests, burndown chart based on a field (automated yet?), bug vs test density of feature, Test Review Package, Test Package for external Auditors, etc.Can we create our own reports like other TMS solutions, if you know php/html :)
Thanks