Changes between Version 1 and Version 2 of TracWorkflow
- Timestamp:
- 09/22/09 19:38:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracWorkflow
v1 v2 30 30 31 31 == Basic Ticket Workflow Customization == 32 33 Note: Ticket "statuses" or "states" are not separately defined. The states a ticket can be in are automatically generated by the transitions defined in a workflow. Therefore, creating a new ticket state simply requires defining a state transition in the workflow that starts or ends with that state. 32 34 33 35 Create a `[ticket-workflow]` section in `trac.ini`. … … 99 101 100 102 {{{ 101 testing = new,accepted,needs_work -> testing103 testing = new,accepted,needs_work,assigned,reopened -> testing 102 104 testing.name = Submit to reporter for testing 103 105 testing.permissions = TICKET_MODIFY