Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to display projects with zero issue count in "Issue Statistics" gadget?

Michael Voronkov August 13, 2013

I am looking for help with two things:

1. JQL query to find a list of projects where issuetype count is zero. Example projects with no bugs.

2. Projects with zero issue count do not show up in "Issue Statistics" gadget, but I would like to show stats for all projects, even for those with zero count.

Thanks in advance!

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 13, 2013

I'm afraid neither of these are possible! JQL searches issues, not projects. And the issue statistics reporting/gadgets all deliberately omit 0 counts because almost all searches are looking for results, not absence of results.

You'll need code to be able to do any of this

Ages ago, I wrote a really simple housekeeping report - listed all projects with their counts (and explicitly did not ignore zero counts). You'll need to do something similar for point 1. Point 2 requires rewriting the gadgets to stop them ignoring zeroes.

Suggest an answer

Log in or Sign up to answer