Hi,
Am trying to integrate jira cloud with test link.
followed the steps mentioned in
http://blogs.quovantis.com/step-by-step-integration-of-jira-with-testlink/
When I tryto enter the information in the configuration and test the connection I keep getting the Test Connection KO message. When I go back to the Issue tracker menu and click on the little wrench to activate the issue tracker I get a little icon that looks like a grey chain with yellow triangle over it. I hover over it and it says to check the TestLink Event logs.
My configuration file looks like
<issuetracker>
<username>UID</username>
<password>pwd</password>
<uribase>jiraurl//</uribase>
<uriapi>jiraurl//rest/api/latest/</uriapi>
<uriview>jiraurl//browse/</uriview>
<userinteraction>1/0</userinteraction>
<projectkey>KEY</projectkey>
<issuetype>10004</issuetype>
</issuetracker>
Also I have selected jira(interface: rest) type.
Please help!