I am trying to integrate testlink 1.9.5 with JIRA from the issue tracker management view in testlink.
This is what I have written:
<!-- Template jirasoapInterface -->
<issuetracker>
<username>user</username>
<password>password</password>
<uribase>http://url.address</uribase>
<uriwsdl>http://url.address/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl>
<uriview>http://url.address/browse/</uriview>
<uricreate>http://url.address/secure/CreateIssue!default.jspa</uricreate>
<projectkey>projectkey</projectkey>
</issuetracker>
The problem is that I receive "Connection is KO, check configuration" while testing the connection and following text in the test execution view:
"Attention Please: Something is preventing connection to Bug Tracking System, and is going to create performance issues. Please contact your TestLink Administrator"
How can I resolve this?