I have successfully migrated (a Copy) of our TestLink 1.7.5 to 1.9.4

Now I try to integrate our Jira (v4.3.3#617-r149616) into TestLink with these settings:
Code: Select all
<!-- Template jirasoapInterface -->
<issuetracker>
<username>XXX</username>
<password>XXX</password>
<uribase>https://XXX.de/jira/</uribase>
<uriwsdl>https://confluence.XXX.de/jira/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl>
<uriview>https://confluence.XXX.de/jira/browse/</uriview>
<!-- pid: ID of the Project in JIRA, issuetype=1 is Jira Type Error -->
<uricreate>https://confluence.XXX.de/jira/secure/CreateIssueDetails!init.jspa?pid=10720[b]&[/b]issuetype=1</uricreate>
</issuetracker>
Code: Select all
Failure loading XML STRING EntityRef: expecting ';'
The <uriwsdl> in the browser gives me an XML-file and the <uricreate> a correct Issue creation page. The http://www.w3schools.com test of the XML-file is ok.
The manual only talks of jira 3.1 -minor upgrades, but there seems to be some people who get it to work with higher versions.
Maybe it is even because of the german version. (be the way, how can I help with translations, there still seems to be lots to do, the notes at the beginnings of Testcases, Execution and Specification...)
Thanks in advance
David