Forums

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

Service Desk Time based Automation

Tuqa Youssef
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 19, 2018

I am trying to set up an automation that will trigger if any incoming tickets come in after 10pm EST, this would trigger a comment to the user letting them know it is outside of office ours. 

Not sure how to get the right query since the time the ticket is created includes date and time and I just want it to trigger after the time a ticket comes in.

2 answers

1 vote
Jonny Adams
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 19, 2018

@Tuqa Youssef

Danny's idea for putting a notification in the portal banner is a great solution.

If you want to setup an additional Automation then go to your JSD project, select Automation, click Add rule, and choose "Set customer expectations". Click on the "If" column, Add condition "issue matches", add, and click advanced. Enter the following jql filter:

created > startOfDay("+17h") and createdDate <  startOfDay("+9h")

This will filter for all hours outside of 9am to 5pm. (You can setup another to alert for weekends)

Click on the "Then" column and add an action to Send Email.

Deleted user September 20, 2018

Thanks @Jonny Adams,

Learnt something new today. :) 

Deleted user September 20, 2018

Hi @Jonny Adams,

Quick question off the back of this; will this use the user/customer's time zone or what the instance has been set to?

Thanks

Jonny Adams
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 20, 2018

@[deleted] 

I believe tickets generated by customers in JSD use the default time zone which is the time zone that is set by the admin.

I have not tested against a logged in user with a different time zone set. I assume (though I shouldn't) that the automation runs as an admin and converts to the default time zone.

Deleted user September 20, 2018

I will have to test this to see if this is a limiting factor. 

Thanks @Jonny Adams

0 votes
Deleted user September 19, 2018

Hi @Tuqa Youssef,

Found a similar question

For your use case I think using the portal banner to notify customers your support team's core hours would be beneficial and set expectations early on. 

However, I think an automation rule that could do this would be great. I will escalate this to the Community Champions and hopefully someone will have an answer.

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events