The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.