Changes between Version 32 and Version 33 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
Feb 13, 2018, 12:18:17 AM (6 years ago)
Author:
Ryan J Ollos
Comment:

Document #13237.

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v32 v33  
    1313 * set_owner_to_previous
    1414 * set_status_to_previous
     15 * set_field_to_author
    1516 * reset_milestone
     17 * clear_fields
    1618 * run_external
    1719 * triage
     
    100102<someaction>.operations = set_status_to_previous
    101103}}}
     104 * set_field_to_author (!TicketWorkflowOpFieldAuthor)
     105    Sets the value of a ticket field to the current user.
     106{{{#!ini
     107<someaction>.operations = set_field_to_author
     108<someaction>.set_field_to_author = myfield
     109}}}
    102110 * reset_milestone (!TicketWorkflowOpResetMilestone)
    103111    Will reset the milestone of a ticket if the milestone has been completed. This is useful for "reopen" actions.
    104112{{{#!ini
    105113<someaction>.operations = reset_milestone
     114}}}
     115 * clear_field (!TicketWorkflowOpFieldsClear)
     116    Clear the value of the ticket field(s).
     117{{{#!ini
     118<someaction>.operations = clear_fields
     119<someaction>.clear_fields = myfield_one, myfield_two
    106120}}}
    107121 * run_external (!TicketWorkflowOpRunExternal)