= Add a "Clone" button to tickets = Adds a "Clone" button to each ticket. [[Image(CloneTicketButton.png)]] == Installation == Copy ticket_clone.py to the plugin directory and restart server. http://trac.edgewall.org/browser/trunk/sample-plugins/ticket_clone.py ^^ and where do I get the real file? not just a trac view of it? You must also enable the plugin, either directly in trac.ini before restarting the server, or through the admin interface after restarting. {{{ [components] ticket_clone.* = enabled }}}