Forums

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

Can we report on time of day ticket creation

lee
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!
September 2, 2020

Hello, we are trying to construct a report that shows how many ticket were created out of hours vs in hours. Something like 

Hour / Day:      day x | day y | day z

00:00-08:00        4    |    5     |   2

08:00-16:00        4    |    6     |   2

16:00-24:00        6    |    5     |   11

Or even just 

 

Hour / Day:      day x | day y | day z

9-5                    4    |    5     |   2

5-9                    4    |    6     |   2

I found another answer however the link was expired. Thanks

1 answer

0 votes
Liam Green
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 21, 2020

Hi @lee 

The following should be what you need:

00:00 - 08:00

project = "Project Name" and created > startOfDay("-24h") and created < startOfDay("-16h")

 

08:00 - 16:00

project = "Project Name" and created > startOfDay("-16h") and created < startOfDay("-8h")

 

16:00 - 24:00

project = "Project Name" and created > startOfDay("-8h") and created < startOfDay("0")

 

They will show you tickets from yesterday - the hours will need to be adjusted for the day before, etc.

Whilst you couldn't get this into a report, you could put it into a dashboard showing a 'rolling' 7 days, meaning you would need to capture it every couple of days to avoid having to rerun the filter.  Alternatively, you could have the filter set to email to yourself, but this may not be appropriate depending on how many tickets you get. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events