Code: Select all
<!-- Template redminerestInterface -->
<issuetracker>
<apikey>mykeyhere</apikey>
<uribase>https://subdomain.domain.com/redmine/</uribase>
<uriview>https://subdomain.domain.com/redmine/issues/</uriview> <!-- for Redmine 1.x add show/ -->
<!-- Project Identifier is NEEDED ONLY if you want to create issues from TL -->
<projectidentifier>myproj</projectidentifier>
<!-- Configure This if you need to provide other attributes -->
<!-- <attributes><targetversion>10100<targetversion></attributes> -->
<!-- Configure This if you want NON STANDARD BEHAIVOUR for considered issue resolved -->
<resolvedstatus>
<status><code>3</code><verbose>Resolved</verbose></status>
<status><code>5</code><verbose>Closed</verbose></status>
</resolvedstatus>
</issuetracker>
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator.
Event Log:
Code: Select all
redminerestInterface::connect [uribase=https://subdomain.domain.com/redmine/ / apikey=mykeyhere] redmine::_requesturl:https://subdomain.domain.com/redmine/ - response:Array - content:
I have verified both are enabled in Redmine.
Enable REST web service
Enable JSONP support
I am using Bitnami Redmine Stack with Bitnami Testlink Module.