Changes between Initial Version and Version 1 of smo/remove_ticket_comment instructions
- Timestamp:
- Apr 7, 2012, 5:24:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
smo/remove_ticket_comment instructions
v1 v1 1 = How to remove or delete a comment from a ticket = 2 3 if a bogus comment number C shows up on ticket number T, as root@moses you can do: 4 5 {{{ 6 su - www-data -c 'trac-admin /srv/trac/support ticket_comment remove T C' 7 }}} 8 9 See this ticket #5536