Edgewall Software

Changes between Version 18 and Version 19 of TracWorkflow


Ignore:
Timestamp:
Apr 21, 2008, 7:31:50 PM (16 years ago)
Author:
Christian Boos
Comment:

use InterTrac link for the sample plugins

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v18 v19  
    128128== Advanced Ticket Workflow Customization ==
    129129
    130 If the customization above is not extensive enough for your needs, you can extend the workflow using plugins.  These plugins can provide additional operations for the workflow (like code_review), or implement side-effects for an action (such as triggering a build) that may not be merely simple state changes.  Look at [source:trunk/sample-plugins/workflow sample-plugins/workflow] for a few simple examples to get started.
     130If the customization above is not extensive enough for your needs, you can extend the workflow using plugins.  These plugins can provide additional operations for the workflow (like code_review), or implement side-effects for an action (such as triggering a build) that may not be merely simple state changes.  Look at [trac:source:trunk/sample-plugins/workflow sample-plugins/workflow] for a few simple examples to get started.
    131131
    132132But if even that is not enough, you can disable the !ConfigurableTicketWorkflow component and create a plugin that completely replaces it.