Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to change the project gadget

Carol Sanders
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 3, 2019

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

1 answer

0 votes
Deleted user June 4, 2019

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.

 

CQ-0604.PNG

Pie chart: Configure this gadget with the filter saved and use 'project' for statistic type.

CQ-06041.PNG

 

Hope this helps!

-kalyani

Carol Sanders
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 6, 2019

Thank you but not what I'm looking for.

Suggest an answer

Log in or Sign up to answer