Edgewall Software

Changes between Version 11 and Version 12 of 1.1/TracWorkflow


Ignore:
Timestamp:
Jan 10, 2015, 6:31:09 PM (9 years ago)
Author:
Jun Omae
Comment:

Merged TracWorkflow@58 and TracWorkflow@59

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracWorkflow

    v11 v12  
    4444There are several example workflows provided in the Trac source tree; look in [trac:source:trunk/contrib/workflow contrib/workflow] for `.ini` config sections.  One of those may be a good match for what you want. They can be pasted into the `[ticket-workflow]` section of your `trac.ini` file. However if you have existing tickets then there may be issues if those tickets have states that are not in the new workflow.
    4545
    46 Here are some [http://trac.edgewall.org/wiki/WorkFlow/Examples diagrams] of the above examples.
     46Here are some [trac:WorkFlow/Examples diagrams] of the above examples.
    4747
    4848== Basic Ticket Workflow Customization ==
     
    130130By adding the following to your [ticket-workflow] section of trac.ini you get optional testing.  When the ticket is in new, accepted or needs_work status you can choose to submit it for testing.  When it's in the testing status the user gets the option to reject it and send it back to needs_work, or pass the testing and send it along to closed.  If they accept it then it gets automatically marked as closed and the resolution is set to fixed.  Since all the old work flow remains, a ticket can skip this entire section.
    131131
    132 {{{
     132{{{#!ini
    133133testing = new,accepted,needs_work,assigned,reopened -> testing
    134134testing.label = Submit to reporter for testing