Changes between Initial Version and Version 1 of Ticket #8724


Ignore:
Timestamp:
Apr 21, 2011, 5:42:10 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8724 – Description

    initial v1  
    22
    33I configured the project A in this way:
    4 
     4{{{
    55    [components]
    66    tracremoteticket.api.remoteticketsystem = enabled
    77    tracremoteticket.links.remotelinksprovider = enabled
    88    tracremoteticket.web_ui.remoteticketmodule = enabled
     9}}}
    910
    1011I configured the project B in this way:
    11 
     12{{{
    1213    [components]
    1314    tracremoteticket.api.remoteticketsystem = enabled
     
    2627    parentchild = parent
    2728    parentchild.validator = parent_child
    28 
     29}}}
    2930On both projects anonymous has xml_rpc granted
    3031
    3132When I add the intratrac link to the Parent field of the ticket (like proj:trac:5) I get this
    32 
     33{{{
    3334    warning: Remote tickets linked in 'parent' could not be found: [ticket:#5]
    34 
     35}}}
    3536the 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.
    3637