Skip to main content
Solved

AutoClose after X days + reminder


Forum|alt.badge.img

Does anyone have any clean ways to get the below functionaility working?

 

I want tickets who have not had an updated in 2 days to get a reminder that the ticket is pending a response and then 2 days after that if it still has not had a response close the ticket.

 

What I have done so far is have a supervisor rule to send the reminder and then add a tag to the ticket.

Then have a scheduled event workflow to check for the tag and if the tag exists on a ticket then close it. I cannot figure out how to have this second part check if its been 2 days since the tag was added.

 

I also have created a 3rd automation that if a requester responds to a ticket and it has the tag I added on ti then it removes the tag so it doesn’t get caught in the 2nd workflow I mentioned.

 

This feels messy and like it might backfire. Any ideas to do this better?

 

Thanks,

Windows13

Best answer by eeha0120

Hi.

You can use a Supervisor rule as well, and set the action to close after 4 days with no response. No need to play with workflows.

 

View original
Did this topic help you find an answer to your question?

2 replies

eeha0120
Skilled Expert
Forum|alt.badge.img+12
  • Skilled Expert
  • 758 replies
  • Answer
  • April 17, 2024

Hi.

You can use a Supervisor rule as well, and set the action to close after 4 days with no response. No need to play with workflows.

 


Forum|alt.badge.img
  • Author
  • Apprentice
  • 1 reply
  • April 17, 2024

My bad for over engineering it!

 

Thanks.


Reply