Changes between Version 2 and Version 3 of TypedTicketWorkflowPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TypedTicketWorkflowPlugin

    v2 v3  
    1111So you can write:
    1212
     13
     14{{{
    1315ready_for_qa.tickettype = task
     16}}}
     17
    1418
    1519You can add multiple types using comma:
    1620
     21
     22{{{
    1723ready_for_qa.tickettype = task, enchantment
     24}}}
     25
    1826
    1927If tickettype attribute is not set, no filter applicable.
     
    4048== Example ==
    4149
     50
     51{{{
    4252[ticket]
    4353workflow = TypedTickedWorkflow
     
    4858accept.permissions = TICKET_MODIFY
    4959accept.tickettype = bug, task
     60}}}
     61
    5062
    5163