Modify ↓
Opened 16 years ago
Closed 16 years ago
#7583 closed task (duplicate)
Mass Deletion of Tickets
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.11-stable |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
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.