Edgewall Software

Changes between Version 39 and Version 40 of TracWorkflow


Ignore:
Timestamp:
Apr 15, 2012, 8:04:31 PM (12 years ago)
Author:
Christian Boos
Comment:

fixed example for set_resolution

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v39 v40  
    5252 - del_resolution -- Clears the resolution field
    5353 - set_resolution -- Sets the resolution to the selected value.
    54    - ''actionname''`.set_resolution` may optionally be set to a comma delimited list or a single value.
    55 {{{
    56 Example:
    57 
     54   - ''actionname''`.set_resolution` may optionally be set to a comma delimited list or a single value. Example:
     55     {{{
    5856resolve_new = new -> closed
    5957resolve_new.name = resolve
     
    6159resolve_new.permissions = TICKET_MODIFY
    6260resolve_new.set_resolution = invalid,wontfix
    63 }}}
     61     }}}
    6462 - leave_status -- Displays "leave as <current status>" and makes no change to the ticket.
    6563'''Note:''' Specifying conflicting operations (such as `set_owner` and `del_owner`) has unspecified results.
     
    239237 * I'd like to track the time a ticket is in each state, adding up 'disjoints' intervals in the same state.
    240238
    241