Hi I'm trying to create the following reports using custom filters and dashboard's widgets, but I'm having some difficulties.
Opened bugs for the last month grouped by project
Closed bugs for the last month grouped by project
Opened vs Closed bugs for the last month grouped by project
Average bug resolution time for the last month grouped by project
It seems that I can't create such specific reports, can I?
If yes, could you please address me to the detailed docs? I already tried unsuccessfully for half a day.
Thanks a lot
Hi @Giuseppe Terrasi - You cannot do grouping inside of JQL (the filter) directly, but you can get there using the Dashboard gadget called Issue Statistics.
Add the Issue Statistics gadget to your dashboard, then connect it to the Opened Bugs for the last month filter.
Then choose Project for the Issue statistic field. Be sure to check whether you want issues that have been closed or not.
That should get you want you want.
Do the same for each of your other filters using the same type of gadget.
I hope that helps!
Hi John,
Thanks, but how do I do a filter which can get me results just for the last month and that updates itself automatically every new month?
In November I need to look at the opened bugs for October, in December the graph should updates itself and show the results for November and so on, all without any manual intervention from my side.
Is this possible? With this, I'll solve all my issues.
thanks again
giuseppe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Giuseppe Terrasi - So, sorry, I have been out of the office for the last month.
You can create a filter like:
issuetype = Bug and created >= startOfMonth(-1) and created <= endOfMonth(-1)
That will always show you the Bugs created the previous month.
See if that is what you are looking for. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Opened vs Closed bugs, there is actually an existing gadget for the dashboard called:
But that one will have to be a different gadget for each project and does not group by project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.