Changes between Version 21 and Version 22 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
Feb 22, 2010, 4:09:37 PM (14 years ago)
Author:
Eli Carter
Comment:

document the new reset_milestone operation

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v21 v22  
    1313 * set_owner_to_previous
    1414 * set_status_to_previous
     15 * reset_milestone
    1516 * run_external
    1617 * triage
     
    8182<someaction>.operations = set_status_to_previous
    8283}}}
     84 * reset_milestone (!TicketWorkflowOpResetMilestone)
     85    Will reset the milestone of a ticket if the milestone has been completed.  This is useful for "reopen" actions.
     86{{{
     87<someaction>.operations = reset_milestone
     88}}}
    8389 * run_external (!TicketWorkflowOpRunExternal)
    8490    Runs an external script `<tracenv>/hooks/<someaction>` passing the ticket number and the username as parameters.  '''Security warning: If you have account registration available, your hook script ''must'' treat the username as user input.'''