|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Hello,
Unfortunately TestLink's XML-RPC API doesn't return the Test Case Name when the method getTestCasesForTestPlan is called.
Here's an excerpt of the map returned by TestLink.
[{execution_order=1000, external_id=1, platform_id=0, platform_name=, feature_id=1, execution_type=2, full_external_id=sp-1, tc_id=4, exec_status=p, tcase_id=4, tcversion_id=5, version=1}]
You can file an issue at mantis.testlink.org. In theory, if the TestLink team doesn't change the other values, once they fix this issue in the XML-RPC it will reflect immediately in the plug-in (IOW: we are already displaying the name field, which is null, but if TL XML-RPC begin returning some text, we'll display it correctly).
Thanks!