Forums

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

How do I create filter for bug reports opens and done within one month?

VanVo
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!
March 17, 2022

Hi All,

I need to create a dashboard which shows monthly report of newly created bugs and closed bugs for each month.   Please help

Thanks

Van

1 answer

0 votes
Piyush A (STR)
Community Champion
March 17, 2022

Hi @VanVo

Welcome to the community. 

Prior to the dashboard, kindly create two filters as below:

 

For Bugs opened in current month (add additional as status not in done or closed)

project=xyz and type=bug and (created>= startOfMonth() and created<= endOfMonth())

 

For Bug closed in the current month:  (add additional as status in done or closed)

project=xyz and type=bug and (resolved>= startOfMonth() and resolved<= endOfMonth())

 

Note: You can specify previous whole month as startOfMonth(-1)

 

Dashboard:

You can use below gadgets:

  • Filter Results
  • Issue Statistics
  • Created vs Resolved*

 

* change in filter required.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events