Hi all,
I'm looking for an automation solution on my IT support board.
I would like to set up a reminder for customers to respond to a ticket after 5 days of no response.
I figured the trigger would maybe be me to comment on the ticket (being the agent) and then 5 days after my comment, if there hasn't been a customer response, to send a comment to them prompting for a response.
I couldn't quite figure out time based criteria in the automation screen;
Has anyone achieved this?
Thanks in advance
Hi @Zeke Furness and welcome to the community,
There is no direct and native way to search for the last comment date of tickets. But assuming that in nearly all cases your comment is probably the last action that happened on the ticket, you can with fairly great confidence use this alternative to retrieve a list of tickets you want to send notifications for:
Status = "Waiting for Customer" AND Updated <= 5d
This JQL statement should be the trigger for your automation.
Note that I included the status in there as well, to narrow down the selection of tickets to those really blocked by a reply from your customer.
The best way to handle the notification will be to add a comment to your ticket, as this will:
Hope this helps!
Hi Walter,
Thank you for your solution - I'll give this a go!
Cheers
Zeke
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.