Changes between Initial Version and Version 1 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
May 6, 2008, 3:21:26 AM (16 years ago)
Author:
Eli Carter
Comment:

New hack AdvancedTicketWorkflowPlugin, created by retracile

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v1 v1  
     1= Advanced Ticket Workflow Plugin =
     2
     3== Description ==
     4
     5AdvancedTicketWorkflowPlugin provides a number of advanced operations for customizable
     6workflows that are similar to the operations provided in the customizeable workflow of the core system.
     7
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for AdvancedTicketWorkflowPlugin are
     13[report:9?COMPONENT=AdvancedTicketWorkflowPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=AdvancedTicketWorkflowPlugin&owner=retracile new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:advancedticketworkflowplugin here].
     21
     22== Source ==
     23
     24You can check out AdvancedTicketWorkflowPlugin from [http://trac-hacks.org/svn/advancedticketworkflowplugin here] using Subversion, or [source:advancedticketworkflowplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28One of the provided operations is `set_owner_to_reporter`.  The workflow configuration could use that operation like this:
     29{{{
     30    needinfo = * -> needinfo
     31    needinfo.name = Need info
     32    needinfo.operations = set_owner_to_reporter
     33}}}
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(advancedticketworkflowplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:retracile] [[BR]]
     42'''Contributors:'''