I like to delete all tickets which are tagged spam. How can I do that? Ticket.find_by(tags: "spam") was my first guess, but I was wrong. Thank you!
spam
Ticket.find_by(tags: "spam")
We use the Scheduler for this, so this runs automatically.
Oh, I had this in my old installation and it used to work. Don’t ask me, why I did not migrate this to my current installation and even forgot about it
Still curious how to do that on the console, but not urgent.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.