我们有Redmine& Testlink托管在Amazon Cloud上的2个不同服务器上。 我使用下面的方法/变通办法来建立这两者之间的联系,但是我得到了" 某些东西阻止连接到错误跟踪系统,它会产生性能问题...... &#34 ;在testlink的Execute Test页面上。
管理平台(接口:休息)
<issuetracker>
<apikey>3fe68920f3cf</apikey>
<uribase>https://odessa.sharred.net</uribase>
<uriview>https://odessa.sharred.net/redmine/CM/issues/</uriview> <!-- for Redmine 1.x add show/ -->
<projectidentifier>Common</projectidentifier>
</issuetracker>
https://odessa.sharred.net?key=3fe68920f3cf
可从testlink服务器访问。任何关于这个问题的见解/解决方案都会有很大的帮助。
答案 0 :(得分:0)
Your configuration should look something like this.
<issuetracker>
<apikey>3fe68920f3cf</apikey>
<uribase>https://ServerIP/redmine</uribase>
<uriview>https://ServerIP/redmine/issues/</uriview>
<projectidentifier>CM</projectidentifier>
</issuetracker>
I also had trouble and just got it working now.
If you still have issue goto http://TLServerIP/testlink/lib/events/eventviewer.php and check the error
Similarly you can go to //redmineinstalldir/apps/redmine/htdocs/log/production.log to see what error you are getting after you click test connection on testlink