Changes between Version 14 and Version 15 of TypedTicketWorkflowPlugin


Ignore:
Timestamp:
Aug 20, 2015, 9:01:57 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TypedTicketWorkflowPlugin

    v14 v15  
    88
    99For example, "Ready for QA" should be applicable to 'task' tickets only. So you can write:
    10 {{{
     10{{{#!ini
    1111ready_for_qa.tickettype = task
    1212}}}
    1313
    1414You can add multiple types seperated by a comma:
    15 {{{
     15{{{#!ini
    1616ready_for_qa.tickettype = task, enhancement
    1717}}}