Changes between Initial Version and Version 1 of Ticket #8724
- Timestamp:
- Apr 21, 2011, 5:42:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8724 – Description
initial v1 2 2 3 3 I configured the project A in this way: 4 4 {{{ 5 5 [components] 6 6 tracremoteticket.api.remoteticketsystem = enabled 7 7 tracremoteticket.links.remotelinksprovider = enabled 8 8 tracremoteticket.web_ui.remoteticketmodule = enabled 9 }}} 9 10 10 11 I configured the project B in this way: 11 12 {{{ 12 13 [components] 13 14 tracremoteticket.api.remoteticketsystem = enabled … … 26 27 parentchild = parent 27 28 parentchild.validator = parent_child 28 29 }}} 29 30 On both projects anonymous has xml_rpc granted 30 31 31 32 When I add the intratrac link to the Parent field of the ticket (like proj:trac:5) I get this 32 33 {{{ 33 34 warning: Remote tickets linked in 'parent' could not be found: [ticket:#5] 34 35 }}} 35 36 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. 36 37