Changes between Version 8 and Version 9 of SCS_ISSUE_TRACKER_SETUP_R2
- Timestamp:
- 02/05/09 10:43:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_SETUP_R2
v8 v9 105 105 }}} 106 106 107 This allows adding workflow for bugs. For bug actions you should add ".tickettype" = bug and for the others - ".tickettype = unplanned_task, planned_task" 107 This allows adding workflow for bugs. For bug actions you should add ".tickettype" = bug and for the others - ".tickettype = unplanned_task, planned_task". Discuss with the team leader granting "TICKET_CREATE" permissions to anonymous users. 108 108 109 109 == Related == … … 113 113 * http://trac-hacks.org/wiki/TicketDeletePlugin allows deleting of tickets. Currently, we may not need this but having a way to deal with unwanted content is good. 114 114 * http://trac.edgewall.org/wiki/SpamFilter spam filter may come handy, but ip blocking may block our local ip-s too. 115 * http://sophie2.org/trac/wiki/TracTickets gives an idea on how to show the reporter what to type. 115 116 116 117 == How to demo ==