Edgewall Software

Changes between Version 9 and Version 10 of TracWorkflow


Ignore:
Timestamp:
Aug 31, 2007, 4:53:40 PM (17 years ago)
Author:
kirean@…
Comment:

Added an example of how to set which resolutions that are available.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v9 v10  
    4949 - set_resolution -- Sets the resolution to the selected value.
    5050   - ''actionname''`.set_resolution` may optionally be set to a comma delimited list or a single value.
     51{{{
     52Example:
     53
     54resolve_new = new -> closed
     55resolve_new.operations = set_resolution
     56resolve_new.permissions = TICKET_MODIFY
     57resolve_new.set_resolution = invalid,wontfix
     58}}}
    5159 - leave_status -- Displays "leave as <current status>" and makes no change to the ticket.
    5260'''Note:''' Specifying conflicting operations (such as `set_owner` and `del_owner`) has unspecified results.