I am trying to integrate JIRA with Testlink 1.9.5 using JIRA SOAP interface. Issue linking works fine for me, but creating a new issue always throws the following error:
Create JIRA Ticket FAILURE => com.atlassian.jira.rpc.exception.RemotePermissionException: The project specified does not exist or you don't have permission to create issues in it. -
serialized issue
Tester: admin
Test Plan: My first test plan
Build: sample Executed ON (ISO FORMAT): 2012-12-18 17:25:38 Execution Status: failed ";}
To check whether its a project permission issue, I pointed the JIRA URLs to Apache JIRA project and JIRA ON Demand mentioned in another post in this forum. Both gave me the same exception. I also tried to access the create URLs directly and that worked fine. The configuration details given in UI is as below.
<issuetracker>
<username>testlink.forum</username>
<password>forum</password>
<uribase>http://testlink.atlassian.net/</uribase>
<uriwsdl>http://testlink.atlassian.net/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl>
<uriview>http://testlink.atlassian.net/browse/</uriview>
<uricreate>http://testlink.atlassian.net/secure/CreateIssue!default.jspa</uricreate>
</issuetracker>
Can someone please let me know what could be the problem?