As a JIRA REST config we used the one from TestLink distribution package (replaced with our JIRA values):
<issuetracker>
<username>testlink.forum</username>
<password>forum</password>
<uribase>https://testlink.atlassian.net/</uribase>
<uriapi>https://testlink.atlassian.net/rest/api/latest/</uriapi>
<projectkey>ZOFF</projectkey>
<issuetype>1</issuetype>
</issuetracker>
1. Setup JIRA Rest API integration, add it to the test project in TestLink and mark as Active.
2. Go to Test Execution, in a test cases tree click on any test case (in any status: Passed, Failed, Blocked or Not Run) for any test plan
Expected Results:
Test case execution page loads, it should be possible to add bug link for failed test cases
Actual Results:
Test case execution page doesn't load, blank page is displayed. In Network tab of Developer Tools in browser, request
Code: Select all
https://testlinkURL/testlink/lib/execute/execSetResults.php?version_id=357&level=testcase&id=356&form_token=1963918391&setting_build=9
In TestLink's user log there are no exceptions for this operation:
[5612e67fe742d573384082][DEFAULT][/testlink/lib/execute/execSetResults.php][15/Oct/5 21:07:11][15/Oct/5 21:07:11][took 0.011681 secs]
[>>][5612e67fea365794156188][DEFAULT][/testlink/lib/execute/execSetResults.php][15/Oct/5 21:07:11]
[<<][5612e67fea365794156188][DEFAULT][/testlink/lib/execute/execSetResults.php][15/Oct/5 21:07:11][15/Oct/5 21:07:11][took 0.0092380000000001 secs]