In my plumsail helpdesk system, I am looking to have tickets that haven't had any activity for four business days to move from the solved status to a custom status I created, called "closed."
Initially I tried using SLA rules, but I couldn't get it to work.
I used [Ticket.Metadata.LastCommentDate] to pull the date and time of when the ticket was last responded to.
When I save and click "run now," it runs but no tickets are modified. I have confirmed we have many tickets that are solved and have a last comment added more than four days ago.
Can someone tell me where I'm going wrong here? Thanks in advance.
Could you share the run logs and a sample ticket that should be modified? Please ensure that columns 'Ticket ID', 'Status', 'Modified', and 'Last comment date' are visible on the screenshot.
Jake, it is by design that scheduler tasks can retrieve only unsolved tickets that were modified during the last 30 days. I would advise you to use either other statuses in the condition or a Power Automate flow with the same logic. If you need help with the latter, let me know.