How to get Bug IDs attached to a testcase execution?
Posted: Tue Sep 16, 2014 9:42 am
Hi,
My Testlink project is configured with JIRA issue tracking support, so we can link executed test cases to JIRA issues. With this feature enabled, the Testlink GUI shows linked JIRA issues for a selected test execution.
I also figured out how to use reportTCResult() to report a test result and pass along a BugId, but I am unable to retrieve them again through the XML-RPC API.
How is it possible to retrieve a list of bugs/issues that are attached to a given testcase (or execution) through the XML-RPC API?
Greetings,
Dominik
My Testlink project is configured with JIRA issue tracking support, so we can link executed test cases to JIRA issues. With this feature enabled, the Testlink GUI shows linked JIRA issues for a selected test execution.
I also figured out how to use reportTCResult() to report a test result and pass along a BugId, but I am unable to retrieve them again through the XML-RPC API.
How is it possible to retrieve a list of bugs/issues that are attached to a given testcase (or execution) through the XML-RPC API?
Greetings,
Dominik