Changes between Version 15 and Version 16 of TicketMoverPlugin


Ignore:
Timestamp:
May 23, 2013, 5:39:54 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Clarification.

Legend:

Unmodified
Added
Removed
Modified
  • TicketMoverPlugin

    v15 v16  
    44== Description ==
    55
    6 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.
     6Move Trac tickets from one project to another that resides 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.
    77
    88I probably would have used the DatamoverPlugin (now deprecated), but this didn't work for Trac 0.11. TicketMoverPlugin also handles ticket attachments.
     
    4545}}}
    4646
     47The permission required for moving ticket can be specified (default value is shown):
     48{{{
     49#!ini
     50[ticket]
     51move_permission = TICKET_ADMIN
     52}}}
     53
    4754== Project on Remote Server ==
    4855