Edgewall Software

Changes between Version 51 and Version 52 of WorkFlow


Ignore:
Timestamp:
Feb 28, 2007, 1:58:27 AM (17 years ago)
Author:
Eli Carter
Comment:

Update the configuration to match current implementation.

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v51 v52  
    8484
    8585=== Defining available actions for a status ===
    86 Each key under the `ticket-status` section is a ticket status and the value associated with each key is the actions available.  We see no reason to remove 'leave' as an action because otherwise comments could not be made.  'leave' is assumed allowed, even if not specified.
     86Each key under the `ticket-status` section is a ticket status and the value associated with each key is the actions available.  We see no reason to remove 'leave' as an action because otherwise comments could not be made.
    8787
    8888{{{
    8989[ticket-status]
    90 assigned = leave,resolve,reassign
    91 closed = leave,reopen,retest
    92 new = leave,resolve,reassign,accept
    93 reopened = leave,resolve,reassign
    94 resolved = leave,reassign,reopen,verify
    95 verified = leave,reassign,reopen,retest,close
     90assigned = leave,resolve,reassign,leave
     91closed = leave,reopen,retest,leave
     92new = leave,resolve,reassign,accept,leave
     93reopened = leave,resolve,reassign,leave
     94resolved = leave,reassign,reopen,verify,leave
     95verified = leave,reassign,reopen,retest,close,leave
    9696}}}
    9797
     
    103103{{{
    104104[ticket-actions]
     105leave =
    105106accept = assigned
    106107close = closed
     
    119120{{{
    120121[ticket-status]
    121 new=accept,resolve,reassign
    122 accepted=resolve,reassign
    123 assigned=resolve,reassign
    124 reopened=resolve,reassign
    125 closed=reopen
     122new=accept,resolve,reassign,leave
     123accepted=resolve,reassign,leave
     124assigned=resolve,reassign,leave
     125reopened=resolve,reassign,leave
     126closed=reopen,leave
    126127
    127128[ticket-actions]
     
    130131reassign=new
    131132reopen=reopened
     133leave=
    132134}}}
    133135