Trac remote ticket plugin

别说谁变了你拦得住时间么 提交于 2019-12-12 02:02:46

问题


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. Does anyone ever configured trac in such way? Any suggestion?

Thank you

来源:https://stackoverflow.com/questions/5729659/trac-remote-ticket-plugin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!