﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
8724	Configuration problem?	task	0.12	Alex Willmer	new	2011-04-20T14:28:43+02:00	2011-04-21T07:42:10+02:00	"I'm trying to use Trac Remote Ticket plugin and I want to link one or more tickets of project B to the tickets of project A (physically hosted on the same machine with trac multi-projects) with a 1-several relationship between A and B.

I configured the project A in this way:
{{{
    [components]
    tracremoteticket.api.remoteticketsystem = enabled
    tracremoteticket.links.remotelinksprovider = enabled
    tracremoteticket.web_ui.remoteticketmodule = enabled
}}}

I configured the project B in this way:
{{{
    [components]
    tracremoteticket.api.remoteticketsystem = enabled
    tracremoteticket.links.remotelinksprovider = enabled
    tracremoteticket.web_ui.remoteticketmodule = enabled

    [intertrac]
    proj.remote_ticket = true
    proj.title = Incarichi
    proj.url = http://trac/a
    proj.compat = false

    [ticket-links]
    children.blocks = false
    parent.label = Parent
    parentchild = parent
    parentchild.validator = parent_child
}}}
On both projects anonymous has xml_rpc granted

When I add the intratrac link to the Parent field of the ticket (like proj:trac:5) I get this
{{{
    warning: Remote tickets linked in 'parent' could not be found: [ticket:#5]
}}}
the intratrac link itself is working, so it means that intertrac is well configured, but it seems that the trac proj B can't get the xml from proj A.

I'm pretty sure that it's a configuration problem but the instructions provided on the plugin page aren't that much usefull. Any suggestion?"	Damiano
12343	Plugin has no license	task		Alex Willmer	new	2015-05-16T10:25:15+02:00	2015-06-03T21:44:19+02:00	"The plugin currently does not indicate a license. Would you kindly add one? Suggested changes can be found in DevGuide#License.
"	figaro
