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.
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:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.