Modify ↓
Ticket #7583 (closed task: duplicate)
Opened 3 years ago
Last modified 3 years ago
Mass Deletion of Tickets
| Reported by: | gmcgrath@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.11-stable |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Over the weekend our trac system seems to have gotten itself into a loop (admittedly while utilizing the email2trac plug-in) and seated us with the task of cleaning up approximately 2500 bad tickets. We'd much rather remove them from the system than keep them around chumming up our data, is there any direct way of doing this or am I in for a long day of manually deleting each ticket?
Attachments
Change History
comment:1 Changed 3 years ago by ebray
comment:2 Changed 3 years ago by rblank
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #525.
Note: See
TracTickets for help on using
tickets.



Well, this could probably be considered a duplicate of #525 and other discussions related to mass ticket editing.
In the meantime you can always go into the database and DELETE FROM ticket WHERE id > ...; etc.