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
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.
Hi Dan,
Something like this should work (but adjust hours ;))
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.