[[PageOutline(2-5,Contents,pullout)]] = Create tickets to a remote Trac installation == Description This plugin allows you to create tickets to a remote Trac installation via [wikipedia:XML-RPC 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: {{{#!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 }}} == Bugs/Feature Requests Existing bugs and feature requests for RemoteTicketConditionalCreatePlugin are [report:9?COMPONENT=RemoteTicketConditionalCreatePlugin here]. If you have any issues, create a [/newticket?component=RemoteTicketConditionalCreatePlugin new ticket]. [[TicketQuery(component=RemoteTicketConditionalCreatePlugin&group=type,format=progress)]] == Download Download the zipped source from [export:remoteticketconditionalcreateplugin here]. == Source You can check out RemoteTicketConditionalCreatePlugin from [/svn/remoteticketconditionalcreateplugin here] using Subversion, or [source:remoteticketconditionalcreateplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(remoteticketconditionalcreateplugin, 3)]] == Author/Contributors '''Author:''' [wiki:zshahan] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''