I am using the project gadget and need to alter it to not show all Open issues but issues during a particular time period. Is this possible? If not is there a similar gadget that displays the color bar like the 'Project' gadget?
Thanks
Hi @Carol Sanders -
A couple of gadgets that might be worth exploring are Two dimensional filter statistics and Pie chart.
For using either of these gadgets, you will need to save away a filter query. I am adding a query here just as an example -
project IN (A, B, C) AND Resolution = Unresolved AND created >= startOfMonth(-1)
'project' need not be used if you are considering a result-set from all projects. I added 'created' to show a time period for filtering the issues from. 'Resolution' Unresolved looks for all issues that are still Unresolved.
Two Dimensional Filter Statistics: When configuring this gadget, use the saved filter from above. Use project for X-axis and priority for Y-axis (or vice versa). I am using priority to bring the reference to the colored bar (showing priority) from the Projects gadget.
Pie chart: Configure this gadget with the filter saved and use 'project' for statistic type.
Hope this helps!
-kalyani
Thank you but not what I'm looking for.
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.