Problem testlink integration jira

Julian Soares March 11, 2014

Hello,

I made my integration with TestLink jira, jira agile have ondemand, created the user permissions in jira with 'administrator' 'jira-users' 'users' 'developers'
but when I try to click the button that opens the screen to create jira the bug it gives me this error:

object(SimpleXMLElement)#146 (9) { ["username"]=> string(8) "testlink1" ["password"]=> string(11) "XXXXXX" ["uribase"]=> string(32) "https://site.atlassian.net/" ["uriwsdl"]=> string(64) "https://site.atlassian.net/rpc/soap/jirasoapservice-v2?wsdl" ["uriview"]=> string(39) "https://site.atlassian.net/browse/" ["uricreate"]=> string(63) "https://site.atlassian.net/secure/CreateIssue!default.jspa" ["comment"]=> object(SimpleXMLElement)#148 (0) { } ["projectkey"]=> string(13) "JIRA-TESTLINK" ["issuetype"]=> string(1) "1" } This Will Be Sent to JIRA

array(5) {
  ["project"]=>
  string(13) "JIRA-TESTLINK"
  ["type"]=>
  int(1)
  ["summary"]=>
  string(158) "/Movement Planner/Regression Test (AS-IS)/Controller/Delete Train (SHIFT+R)/1-67:Delete a train (start point) -  Executed ON (ISO FORMAT): 2014-03-06 11:36:24"
  ["description"]=>
  string(191) "Execution ID: 77 
 Tester: thais 
 Test Plan: Regressão_6.2.2.29100 (Stage 3 - Iteration 2) 
 Build: 6.2.2.29100 
 Executed ON (ISO FORMAT): 2014-03-06 11:36:24
 Execution Status: passed 


"
  ["issuetype"]=>
  int(1)
}

Add bug report Help

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:a:5:{s:7:"project";s:13:"JIRA-TESTLINK";s:4:"type";i:1;s:7:"summary";s:158:"/Movement Planner/Regression Test (AS-IS)/Controller/Delete Train (SHIFT+R)/1-67:Delete a train (start point) - Executed ON (ISO FORMAT): 2014-03-06 11:36:24";s:11:"description";s:191:"Execution ID: 77 Tester: thais Test Plan: Regressão_6.2.2.29100 (Stage 3 - Iteration 2) Build: 6.2.2.29100 Executed ON (ISO FORMAT): 2014-03-06 11:36:24 Execution Status: passed ";s:9:"issuetype";i:1;}

config issuetracker :

<!-- Template jirasoapInterface -->

<issuetracker>

<username>testlink1</username>

<password>XXXXXXXX</password>

<uribase>https://site.atlassian.net/</uribase>

<uriwsdl>https://site.atlassian.net/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl>

<uriview>https://site.atlassian.net/browse/</uriview>

<uricreate>https://site.atlassian.net/secure/CreateIssue!default.jspa</uricreate>

<!-- Configure This if you want be able TO CREATE ISSUES -->

<projectkey>JIRA-TESTLINK</projectkey>

<issuetype>1</issuetype>

</issuetracker>

Info :

SO linux gentoo

Jira ondemand

db mysql localhost

1 answer

0 votes
Veronique Blanchard April 23, 2014

Check the fix that was done in testlink: https://gitorious.org/testlink-ga/testlink-code/commit/489863046f81bd07ca7fc8dd9eba08df4bb09795?diffmode=inline

I edited the php file in my install and it resolved the problem.

Suggest an answer

Log in or Sign up to answer