Infos:
- Used Zammad version: 6.0
- Used Zammad installation type: (source, package, docker-compose, …) package
- Operating system: Debian 10.10
- Browser + version:
Chrome, Edge, Firefox, private windows, to no avail
Expected behavior:
- We can run the command similar to Ticket.find_by(number:20802).destroy but not one by one, I need to run the command to select multiple tickets, e.g. I wanted to delete ticket number 20800 till 20900, what is the command to accomplish this?
Actual behavior:
- I didn’t find the correct command to delete ticket number 20800 till 20900
Steps to reproduce the behavior:
run rail console to delete ticket number 20800 till 20900?