Changes between Version 3 and Version 4 of NewTicketLikeThisPlugin


Ignore:
Timestamp:
Jan 6, 2012, 3:25:44 PM (12 years ago)
Author:
ejucovy
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.