I would like to set automatic reminders to my agents that they have a submitted ticket waiting. For example, if ticket is still in “Submitted” status then it will send a reminder every two days that the ticket hasn’t been started yet. I’m thinking it should be:
- Days Stale > 1
- Status = Submitted
After that I’m not sure as I only want the message sent to the Agent and not the Requestor.


