Due some testing, we had the unexpected effect of generating about 2000 tickets with the same subject line.
Based on a recent call with ZD Support, I learned that I can operate on the ticket DB using Chrome DevTools JS console. Cool!
Question: it is possible to write a script that would 1) search for a ticket by description 2) delete that ticket, 3) iterate until all those tickets were gone.
Please note, I'm not asking for the script itself (although that would be welcome), I would just like to know if that's likely to be possible. If it's possible, I think I can figure out how to do it.