Issue Tracker | Matthew Bellew | 2011-08-18 16:42 |
Status: Closed | ||
Believe it or not there is no UI for deleting issues. Mostly people just ignore closed issues, so it hasn't been a priority. A work around would be to just delete this directly from the SQL database. Something like DELETE FROM issues.issues WHERE issueid in (2,3) should do it. |
||