SJain15
2 days agoNew Contributor
Pie chart to display test coverage and no coverage
Hello,
I want to create a Jira pie (donut) chart report, to display test coverage and no coverage (just two groups). Pls can someone suggest if it is possible using JQL filter criteria and how.
GroupBy clause is not available in JQL.
I'm using following filter to display the test coverage report at the moment. However, I'm unable to display both coverage and no coverage in a single chart.
project in ("ABC", "XYZ") and issuetype in (Defect, Story) AND issue in hasTestCoverage()
Thanks.