Changes between Version 1 and Version 2 of TypedTicketWorkflowPlugin


Ignore:
Timestamp:
Nov 13, 2008, 4:29:16 PM (15 years ago)
Author:
Vladimir Abramov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TypedTicketWorkflowPlugin

    v1 v2  
    44
    55Add additional condition for workflow actions: ticket Type.
     6
    67This allow to create actions applicable for specific ticket type. This plugin based on default ConfigurableTicketWorkflow plugin.
    7 For example "ready for QA" action should be applicable for 'task' tickets only.
     8
     9For example "ready for QA"; action should be applicable for 'task' tickets only.
     10
    811So you can write:
     12
    913ready_for_qa.tickettype = task
    10 You can add multiple types using comma.
     14
     15You can add multiple types using comma:
     16
    1117ready_for_qa.tickettype = task, enchantment
     18
    1219If tickettype attribute is not set, no filter applicable.
    1320