Reputation: 52
I am working in a big company and we are having a lot of JIRA projects, I would like to have a dashboard or a way to know if the projects that exist in JIRA are used, e.g if there are any issues in them (I don't need to see the issues just to have a number). Can I do it without accessing to the database, do I need a plugin, is there a functional way to get the info? :) thanks a lot best regards Adrien k
Upvotes: 0
Views: 262
Reputation: 3298
You can easily do this with the built-in Two Dimensional Filter Statistics gadget:
project=ABC or project != ABC
.Note that the Projects gadget also provides somewhat-similar information with fewer configuration requirements, but as far as I know, it doesn't show the numeric issue totals unless you hover the mouse pointer over the bars.
Upvotes: 1
Reputation: 154
The company I work for makes a plugin that can do that - Structure
That's an example structure containing all issues in available projects, they are then grouped by project, and there's a column showing the number of sub-items (issues) in each group (project).
You can also add a structure to a dashboard/Confluence page.
On a large JIRA instance it be a bit on the expensive side to use it just for that alone though...
Upvotes: 0