wiki:RemoteTicketConditionalCreatePlugin

Version 10 (modified by figaro, 9 years ago) (diff)

Cosmetic changes

Remote Ticket Conditional Create Plugin

Description

Allows creating tickets to a remote Trac installation via XML-RPC and adds an InterTrac link to both the local and remote tickets for reference.

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 [download:remoteticketconditionalcreateplugin here].

Source

You can check out RemoteTicketConditionalCreatePlugin from here using Subversion, or browse the source with Trac.

Example

A generic example of the usage of this plugin involves the following additions to trac.ini:

[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

Recent Changes

12639 by rjollos on 2013-02-20 02:55:50
Refs #10872: Added license header to setup.py. Added URL to setup.py.
12633 by zshahan on 2013-02-18 18:08:25
remove extra files.
12632 by zshahan on 2013-02-18 18:08:11
remove extra files.
(more)

Author/Contributors

Author: zshahan
Maintainer: Zack
Contributors: