Edgewall Software

Changes between Version 71 and Version 72 of TracWorkflow


Ignore:
Timestamp:
Apr 27, 2017, 2:19:04 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Remove example that's no longer very useful. We can re-add the info when #10755 is implemented.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v71 v72  
    169169pass.set_resolution = fixed
    170170}}}
    171 
    172 === How to combine the `tracopt.ticket.commit_updater` with the testing workflow
    173 
    174 The [[trac:source:trunk/tracopt/ticket/commit_updater.py|tracopt.ticket.commit_updater]] is the optional component that [[TracRepositoryAdmin#trac-post-commit-hook|replaces the old trac-post-commit-hook]], in Trac 0.12.
    175 
    176 By default it reacts on some keywords found in changeset message logs like ''close'', ''fix'' etc. and performs the corresponding workflow action.
    177 
    178 If you have a more complex workflow, like the testing stage described above and you want the ''closes'' keyword to move the ticket to the ''testing'' status instead of the ''closed'' status, you need to adapt the code a bit.
    179 
    180 Have a look at the [[trac:wiki:0.11/TracWorkflow#How-ToCombineSVNtrac-post-commit-hookWithTestWorkflow|Trac 0.11 recipe]] for the `trac-post-commit-hook`, this will give you some ideas about how to modify the component.
    181171
    182172== Example: Add simple optional generic review state