= Move Trac tickets from one project to another = == Description == Move Trac tickets from one project to another in the same environment directory. Install and enable the plugin and in the ticket sidebar controls will be shown to anyone with `TICKET_ADMIN` permission (by default) to move the ticket to another peer project where the user also has `TICKET_ADMIN` permissions. I probably would have used the DatamoverPlugin, but this didn't work for Trac 0.11. TicketMoverPlugin also handles ticket attachments. == Bugs/Feature Requests == Existing bugs and feature requests for TicketMoverPlugin are [report:9?COMPONENT=TicketMoverPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketMoverPlugin&owner=k0s new ticket]. == Installation == Download the zipped source from [download:ticketmoverplugin here]. You can also check out TicketMoverPlugin from [http://trac-hacks.org/svn/ticketmoverplugin here] using Subversion, or [source:ticketmoverplugin browse the source] with Trac. Enable the plugin: {{{ [components] ticketmoverplugin.ticketmover.ticketmover = enabled ticketmoverplugin.web_ui.ticketmoverhandler = enabled ticketmoverplugin.web_ui.ticketmoversidebar = enabled }}} Also make sure that the TicketSidebarProviderPlugin is enabled in the `[components]` section of your `trac.ini`: {{{ ticketsidebarprovider.ticketsidebar.ticketsidebarprovider = enabled }}} == Example == See screenshot: [[Image(screenshot.png)]] If you have permissions, a box will show up allowing you to move the current ticket to a different project. If you check the `delete` checkbox, the ticket will also be deleted from the database, though this is not recommended in most cases. If you don't delete the ticket, it will be closed with a resolution of `moved`. == Recent Changes == [[ChangeLog(ticketmoverplugin, 3)]] == Author/Contributors == ''Originally developed at [http://openplans.org The Open Planning Project]'' '''Author:''' [wiki:k0s] [[BR]] '''Contributors:'''