You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.