Forums

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

dashboard for daily bug tracking

Kim Boesen July 25, 2019

Hi, I am looking at creating a dashboard that shows an overview of bugs by day, by week and by month. Please let me know if this is possible. thanks!

 

1 answer

0 votes
Thomas Deiler
Community Champion
July 29, 2019

Dear @Kim Boesen ,

you could use the simple Filter Gadget three times and assign each a filter like this

issuetype = "Bug" and createdDate >= startOfDay()

issuetype = "Bug" and createdDate >= startOfWeek()

issuetype = "Bug" and createdDate >= startOfMonth()

If you need day, week, month back:

issuetype = "Bug" and createdDate >= -24h

issuetype = "Bug" and createdDate >= -7d

issuetype = "Bug" and createdDate >= -30d

So long

Thomas

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events