I'm looking for a method to close a ticket after x amount of day without a response from the customer. I assume this can be done through an automation, but I'm not sure how exactly to approach it. Since it seems like it would need to run in a loop, I would imagine something would constantly need to be checking if the customer hasn't responded. Any ideas on how I could accomplish this in JSM (Data Center) without using any market place apps?
Hello, we do something likje this in 2 steps.
Thank you! Does this automation rely on the label being set by another automation to work? Seems like you have something else setting a label to 7dayswaiting when it hits your time constraints.
Also I have attached what I have made based on yours to ensure I'm not missing a step without the conditionals.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Quick question, doesn't this automation have steps that would reset the timer on updated. If you append a label after 7 of days in the IF statement, then it will not hit the else if to transition the issue because it had been updated with the label. You would then have to wait another 7 days, turning your total expiration timer to 14 days. Additionally, if agents are reaching out to users/customers, wouldn't that also reset the updated timer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Brady Buttrey I take advantage of scheduling when Automations can run. My Automation rule for this task rule runs once per day at 9:00AM and checks if it's been untouched for a period of time (I use 14 days) and then acts on it accordingly.
Here's a template I found on Atlassian's site that you should be able to use as a reference.
Hope that helps.
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.