ntozier I have a couple of use cases.
Delete old tickets. Current, I have over a 100k tickets that are 6 years old. I have to delete all these tickets. Ideally, I would love to run a cronjob that would delete all tickets older than xx days.
Spam Emails. We get a lot of spam emails. Based on patterns, sender, subject match, we can delete them automatically instead of spending precious man-hours doing it manually.
I'm surprised no one has raised this request so far 🙂
Side note: I created a selenium automation script to delete about 40k tickets. It saved me a lot of time. I hope this feature request is added to the development queue. Happy to help in any way I can.
Thanks