Contents
Create tickets to a remote Trac installation
Description
This plugin allows you to create tickets to a remote Trac installation via XML-RPC and adds an InterTrac link to both the local and remote tickets for reference.
A generic example of the usage of this plugin involves the following additions to your trac.ini
file:
[remoteticketconditionalcreate] intertrac_name = local # local intratrac name for remote links ## prefix each option with workflow action (ex. accepted.component) escalated.component = 00-None # component to use for remote ticket escalated.remote_intertrac = trac # remote intratrac name escalated.type = defect # type to use for remote ticket escalated.local_cfield = escalate # custom field to use for local ticket escalated.remote_cfield = escalate # custom field to use for remote ticket escalated.xmlrpc_user = user # Optional - xmlrpc user for remote trac escalated.xmlrpc_password = password # Optional - xmlrpc password for remote trac escalated.copy_fields = keywords, version # Optional - comma seperated list of fields to copy into remote ticket escalated.update_on_close = true # Optional - boolean value; updates remote ticket that local ticket has been closed
Bugs/Feature Requests
Existing bugs and feature requests for RemoteTicketConditionalCreatePlugin are here.
If you have any issues, create a new ticket.
task |
1 / 1 |
---|
Download
Download the zipped source from here.
Source
You can check out RemoteTicketConditionalCreatePlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Recent Changes
Author/Contributors
Last modified 8 years ago
Last modified on Nov 6, 2016, 9:17:13 AM