= Ticket Clone = 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. 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 informations as the original ticket. From that point, you can edit the ticket further before actually creating it. You should pick the version corresponding to your Trac release, e.g. - [source:branches/0.11-stable/sample-plugins/ticket_clone.py 0.11-stable ticket_clone.py] for any Trac 0.11.x. - [source:branches/0.12-stable/sample-plugins/ticket_clone.py 0.12-stable ticket_clone.py] for any 0.12.x - [source:trunk/tracopt/ticket/clone.py trunk clone.py] See also TH:CloneTicketPlugin for a screenshot. NOTE: Requires at least TICKET_ADMIN level privileges.