Send an email when a customer has not responded in x amount of time

Pétur Björn January 31, 2023

Hi

How can I close an issue automatically when a customer has not responded in an x amount of time?

2 answers

1 accepted

5 votes
Answer accepted
Samuel Gatica _ServiceRocket_
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.
January 31, 2023

Hi @Pétur Björn 

You could do something like this with Automation for Jira:

  • TRIGGER: Scheduled (Mark box: Run a JQL search and execute actions)
    • status = "Waiting for customer" and updated < -5d
  • ACTION: Transition issue
    • Done status
  • Additionally, you can add a comment to inform the customer

 

Hope this helps

Best regards

Sam

Pétur Björn January 31, 2023

Thank you @Samuel Gatica _ServiceRocket_ 
That did the trick

Like # people like this
1 vote
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2023

Hi @Pétur Björn 

It is possible to define SLA metric for closure time. Then, in automation, when SLA breached, transition issue to closed.

Alternatively, you can use Scheduled trigger and provide a JQL which finds issues waiting then x amount of time without an update, then again change the status to closed via Automation.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events