If a JSM ticket is waiting for customer to respond, is there a way to send reminder notification to reporter to comment on the ticket after lapse of certain time period?
Hi @AB ,
You can use SLA for that. Set up a (customer facing) SLA that starts every time when entering status "Waiting for customer". Then define automation rule or rules that send mails to the customer once this SLA is about to be breached.
If you do not want or need an SLA, you could create a simple automation like this;
status = "Waiting for customer" AND updated <= -2d
Hi {{issue.reporter.displayName}}, Your ticket {{issue.key}} is awaiting your response. Please provide an update to proceed. Thanks!
But
unlike a fixed schedule, a SLAs adjust based on when the ticket moves into the “Waiting for customer” status so that the reminder triggers based on elapsed time per ticket, rather than a generic time interval. Also it allows to set different SLA breach levels like:
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you on Data Center by chance? That UI looks completely different than what I see in Cloud so maybe the scheduled trigger isn't available in DC.
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.