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!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.