Modify ↓
#683 closed defect (fixed)
delete_spam does not delete changes to ticket
| Reported by: | Owned by: | Bas van der Vlies | |
|---|---|---|---|
| Priority: | normal | Component: | EmailtoTracScript |
| Severity: | normal | Keywords: | |
| Cc: | brent@… | Trac Release: | 0.9 |
Description
delete_spam script doesn't delete changes/comments to the ticket in the db, so after an issue is deleted and another one is created with the same ticket id, the old changes/comments appear on the new issue.
Attachments (0)
Change History (5)
comment:1 Changed 19 years ago by
comment:3 Changed 19 years ago by
You are also the author of TicketDelete can there be an function to delete all tickets that have a SPAM label? :-)
comment:4 Changed 19 years ago by
| Cc: | brent@… added; anonymous removed |
|---|
Fixed in trunk delete_spam.py now deletes all ticket info from different SQL tables.
comment:5 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
fixed in version 0.8.0
Note: See
TracTickets for help on using
tickets.



Use the TicketDelete plugin.