The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
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 Champion
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.

TAGS
AUG Leaders

Atlassian Community Events