wiki:TicketMoverPlugin

Version 13 (modified by Ryan J Ollos, 11 years ago) (diff)

Added syntax highlighting.

Move Trac tickets from one project to another

Notice: This plugin is unmaintained and available for adoption.

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 here.

If you have any issues, create a new ticket.

Requirements

This plugin requires TicketSidebarProviderPlugin and TracSqlHelperScript.

Installation

Download the zipped source from [download:ticketmoverplugin here].

You can also check out TicketMoverPlugin from here using Subversion, or 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

Project on Remote Server

lkraav: I had a use case where I needed to move tickets between Tracs on two different machines. TicketMoverPlugin does not support this natively. To solve this, I mounted remote Trac project directory into a directory residing next to the local project directory over CIFS (certainly NFS or other network FS should work). This makes remote Trac appear local to TicketMoverPlugin and tickets were moved without errors. (10/06/09)

Example

See screenshot:

screenshot of the TicketMoverPlugin

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

15129 by rjollos on 2015-12-22 05:18:54
0.1.3dev: Normalize casing before comparing paths

The issue was reported by Ahmed M in
gmessage:trac-users:APt7mgBUHPM/kTrktlX1BQAJ.

Refs #12608.

15110 by rjollos on 2015-12-10 23:01:01
0.1.3dev: Conform to PEP8

Refs #12608.

15109 by rjollos on 2015-12-10 22:58:48
0.1.3dev: Refactor to use get_environments

Refs #12608.

(more)

Author/Contributors

Originally developed at The Open Planning Project

Author: k0s
Maintianer: none
Contributors:

Attachments (1)

Download all attachments as: .zip