Time of ticket reported - Monitoring

Dan Allenby
Contributor
February 24, 2025

Hi,
One of my customers have asked for a report on when tickets are logged (inside or outside of hours).  They would like this reported on during our monthly calls.

I have set a custom field, which has 2 options

  • Inside of hours
  • Outside of Hours

Is there anyway to build automation to select one of these options based on the time the ticket is logged?

In hours for us are Monday - Friday 07:00am - 19:00

Outside of hours are 19:00 - 07:00 Monday to Friday and weekends / bank holidays.

2 answers

1 accepted

3 votes
Answer accepted
Bob Dalm
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.
February 24, 2025

Hi Dan, 

Something like this should work (but adjust hours ;))business.png

1 vote
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 24, 2025

Hi @Dan Allenby , yes, this is absolutely possible.

trigger - issue created

If/else Condition JQL - 

created >= startOfDay(7) and created <= startOfDay(19)

action - set custom field to "inside of hours"

else action - set custom field to "outside of hours"

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