Forums

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

Is it possible to send an automated reply to unanswered tickets and close them, Mark as Done!

Nick Dart July 18, 2022

So we have a requirement to automatically close tickets after say 48 hours after a ticket has NOT received a response. With Jira automation is this possible at all? I cannot see anyway currently to achieve this.

1 answer

1 vote
Walter Buggenhout
Community Champion
July 18, 2022

Yes @Nick Dart, that can be done.

Most likely these tickets will be in a status like Waiting for Customer. Assuming that you have the necessary steps in place to update the status of these tickets when the customer does reply, you could set up an automation based on the following JQL:

Status = "Waiting for Customer" AND updated < -2d

 For those tickets, then:

  • Transition the issues to a Done / Won't do status
  • Set the resolution of the ticket (which can be part of the workflow transition)
  • Optionally send a message to the customer that the ticket was closed

Hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events