Changes between Version 18 and Version 19 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
Jun 11, 2008, 3:07:00 AM (16 years ago)
Author:
Eli Carter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v18 v19  
    9696 * xref (TicketWorkflowOpXRef)
    9797    Adds a comment to the ticket specified in the text field.  Enter either the bare ticket number or '#' + ticket number.  The format of the comment to be added to the other ticket is given as a python string with a single `%s` in it.  That format string defaults to `'Ticket %s is related to this ticket'`.
     98
     99    Also adds a comment to the local ticket.  The format of the comment for the local ticket can be specified with `.xref_local`; it defaults to `'Ticket %s was marked as related to this ticket'`.  This functionality can be disabled by setting `.xref_local` to an empty value.
     100
     101    Note that the implementation of this operation is not robust.
    98102{{{
    99103;displays as "close as duplicate [_________]"
     
    103107dup.set_resolution = duplicate
    104108dup.xref = Ticket %s has been marked as a duplicate of this ticket.
     109dup.xref_local = Closed as duplicate of %s.
    105110}}}
    106111