I am trying to integrate Testlink with Redmine but I am obviously still missing something since I'm getting this error while executing a test:
Attention Please:
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator
I enabled REST in Redmine, there is no firewall blocking traffic between the two servers.
Version of Redmine is 2.3.2.stable
Version of Testlink is 1.9.7
configuration of the testlink issue tracker:
<issuetracker>
<apikey>abababababababababababababababababababab</apikey>
<uribase>http://<domain>:80/redmine</uribase>
<uriview>http://<domain>:80/redmine/issues/</uriview>
<!-- Project Identifier is NEEDED ONLY if you want to create issues from TL -->
<projectidentifier>cham2</projectidentifier>
</issuetracker>
the api key is the one from the "admin" user in Redmine.