Edgewall Software

Changes between Version 7 and Version 8 of TicketClone


Ignore:
Timestamp:
Feb 13, 2015, 7:21:54 PM (9 years ago)
Author:
anonymous
Comment:

Reorder paragraphs

Legend:

Unmodified
Added
Removed
Modified
  • TicketClone

    v7 v8  
    11= Ticket Clone
    22
    3 Prior to Trac 1.0, the ability to clone a ticket is not built-in, but can be easily added by installing the **ticket_clone.py** sample plugin, a single file plugin.
     3This component adds a small //Clone// button next to the //Description// header in the ticket box. Clicking on it will prepare a new ticket filled with the same information as the original ticket. From that point, you can edit the ticket further before actually creating it.
    44
    5 This plugin adds a small //Clone// button next to the //Description// header in the ticket box. Clicking on it will prepare a new ticket filled with the same information as the original ticket. From that point, you can edit the ticket further before actually creating it.
     5NOTE: Requires at least TICKET_ADMIN level privileges.
     6
     7See also TH:CloneTicketPlugin for a screenshot.
     8
     9== Configuration in Trac 1.x
     10
     11Starting with Trac 1.0, this feature is available as an optional component and can be enabled in the //Admin / Plugins // web interface, under the // Trac / tracopt.ticket.clone.* / !TicketCloneButton // entry
     12([source:trunk/tracopt/ticket/clone.py tracopt.ticket.clone]).
     13
     14== Configuration in Trac 0.x
     15
     16Prior to Trac 1.0, the ability to clone a ticket was not built-in, but can be easily added by installing the ''ticket_clone.py'' sample plugin, a single file plugin.
    617
    718You should pick the version corresponding to your Trac release, e.g.
    819 - [source:branches/0.11-stable/sample-plugins/ticket_clone.py 0.11-stable ticket_clone.py] for any Trac 0.11.x.
    9  - [source:branches/0.12-stable/sample-plugins/ticket_clone.py 0.12-stable ticket_clone.py] for any 0.12.x
     20 - [source:branches/0.12-stable/sample-plugins/ticket_clone.py 0.12-stable ticket_clone.py] for any Trac 0.12.x.
    1021
    11 Starting with Trac 1.0, this feature is now available as an optional component and can be enabled in the //Admin / Plugins // web interface, under the // Trac / tracopt.ticket.clone.* / !TicketCloneButton // entry
    12 ([source:trunk/tracopt/ticket/clone.py tracopt.ticket.clone]).
    13 
    14 See also TH:CloneTicketPlugin for a screenshot.
    15 
    16 NOTE: Requires at least TICKET_ADMIN level privileges.