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
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:
* change in filter required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.