In Data centre version, i wanted to execute an automation rule as below:
if it is in same state named X for more than 10 min and issue is still in unassigned i need to alert the agent
Hi @Sindhu D M ,
What you are looking for is achievable using an SLA and an automation rule;
You can start by creating a new SLA triggered when you entered your state X, which is paused when the assignee is defined, and stops counting when you exit status X.
Then, you can create an Automation rule triggered when this SLA is breached, sending an e-mail to the desired person :)
Let me know if it helps,
Guilhem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can we have option to know whether the ticket is in same state for more than 10 min, then alert the agents?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My pleasure :)
I guess you could use the same automation rule, and send an e-mail to the current assignee or mention him in a comment using the following smart value :
[~accountid:{{assignee.accountId}}]
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.