Changes between Initial Version and Version 1 of Ticket #9103, comment 4


Ignore:
Timestamp:
Nov 19, 2015, 3:54:56 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9103, comment 4

    initial v1  
    11That makes sense, we have a custom workflow where there are several actions that can close a ticket depending on its type, and where in the lifecycle it is, and none of them are called 'resolve'.
    22
    3 Can supply some examples if it would be useful, but they are all of the form:
     3Can supply some examples if it would be useful, but they are all of the form `<action_name> <some_state> -> closed`:
    44
    5 <action_name> <some_state> -> closed
     5{{{#!ini
    66<action_name>.operations = set_resolution
    77<action_name>.name = Message specific to closing at this point in process
    88<action_name>.permissions = <permission>
     9}}}