Changes between Version 3 and Version 4 of NewTicketLikeThisPlugin

Show
Ignore:
Author:
ejucovy (IP: 0.0.0.0)
Timestamp:
01/06/12 16:25:44 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTicketLikeThisPlugin

    v3 v4  
    2121module: 
    2222 
    23 * !SimpleTicketCloner mimics the behavior of the ``core tracopt.ticket.clone.ticketclonebutton`` extension: all fields from the original ticket are cloned, and the "summary" and "description" fields are modified to denote the ticket that they were cloned from. 
     23* !SimpleTicketCloner mimics the behavior of the ``core tracopt.ticket.clone.ticketclonebutton`` extension: all fields from the original ticket are cloned, and the "summary" and "description" fields are modified to denote the ticket that they were cloned from. 
    2424 
    2525* !ExcludedFieldsTicketCloner clones all fields from the original ticket with no modifications.  It can also ignore certain fields entirely, based on a configuration setting, which will force the new ticket to be generated with the system's default values (or no values) for the fields that were excluded.