Changes between Version 11 and Version 12 of TypedTicketWorkflowPlugin


Ignore:
Timestamp:
Jan 14, 2014, 8:42:11 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TypedTicketWorkflowPlugin

    v11 v12  
    66Add additional condition for workflow actions: ticket Type.
    77
    8 This allow to create actions applicable for specific ticket type. This plugin based on default [t:TracWorkflow#TheTracTicketWorkflowSystem ConfigurableTicketWorkflow] component.
     8This allow to create actions applicable for specific ticket type. This plugin based on default [TracWorkflow#TheTracTicketWorkflowSystem ConfigurableTicketWorkflow] component.
    99
    1010For example "ready for QA"; action should be applicable for 'task' tickets only.
     
    5252== Example ==
    5353Enable the plugin with:
    54 {{{
     54{{{#!ini
    5555[components]
    5656typedworkflow.* = enabled
    5757}}}
    5858
    59 {{{
     59{{{#!ini
    6060[ticket]
    6161workflow = TypedTicketWorkflow