Changes between Version 18 and Version 19 of MultipleWorkflowPlugin


Ignore:
Timestamp:
May 2, 2015, 10:30:09 AM (9 years ago)
Author:
Cinc-th
Comment:

Cleanup to fit TH style.

Legend:

Unmodified
Added
Removed
Modified
  • MultipleWorkflowPlugin

    v18 v19  
    1111
    1212See also TypedTicketWorkflowPlugin.
    13 === What's the Difference to TypedTicketWorkflowPlugin? ===
     13=== What's the Difference to TypedTicketWorkflowPlugin?
    1414With MultipleWorkflowPlugin you may have an exclusive workflow section for each ticket type like this:
    1515{{{#!ini
     
    3737approve.operations = del_resolution
    3838# approve is only valid for ticket types 'defect' and 'feature'
    39 approve.ticket_type = defect, feature
     39approve.tickettype = defect, feature
    4040 ...
    4141}}}
     
    4343The former is easier to manage if you have several ticket types with vastly different workflows.
    4444
     45See also #5287.
    4546
    4647== Bugs/Feature Requests
     
    152153}}}
    153154
    154 == Add Custom Statuses to Query Page ==
     155== Add Custom Statuses to Query Page
    155156Your custom statuses are normally not available on the Trac query page for filtering tickets.
    156157