Hello!
I need some help from you, my friends.
Scenario:
I have an automation that notifies and inserts a comment in the issue when the ticket is on day 3 in Waiting for Customer status using the following JQL: project = "IS" AND status = "Waiting for customer" and updated <= -3d
And I have another one that should close this ticket for lack of interaction on the 5th day.
But because the automation of the 3rd performs an update on the issue, it is no longer working the closure on the 5th day.
Does anyone have a suggestion on how I can solve this?
Thank you very much in advance.
Hello @Karoline Rezende Ramos
Please define what you mean by "lack of interaction". Do you mean "there has not been a comment by the Reporter in the past 5 days"? What if there is a comment by another customer/participant on the ticket?
That's right, if the user (Reporter) does not interact and "answer" the analyst via comments on the portal, the ticket is closed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issue is that due to the notification and inclusion of a comment on the 3rd day that the ticket is in waiting for customer is interfering with the closure after 5 days, because it is understood that there was an update and does not close after the period of 5 days.
Maybe because I am using the "Updated" for both cases, so I would like to know how I could better structure this automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not aware of a way for an Automation Rule to look up comments and determine which one was the last one made by a customer.
You could work around this by having an automation rule that updates a custom date field when a comment is entered by a customer, and then use that date field plus the updated field to determine if the ticket should be closed.
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.