Closed simzacks closed 3 years ago
@simzacks can we please use below references from now on in Github as they can be accessible to all users?
https://almdemo.polarion.com/polarion/sdk/ https://almdemo.polarion.com/polarion/ws/services
fixed.
@simzacks as this is fixed, could we close this now?
closed
Historically, the WSDL didn't have a function for getting custom fields, so as a workaround, the library gets the xml file from the repo and uses that. I just checked and at some point in the past couple years, the function getDefinedTestRunCustomFieldKeys[1] was added. This should be verified and replace the code here[2]
[1] https://almdemo.polarion.com/polarion/sdk/doc/javadoc/com/polarion/alm/ws/client/testmanagement/TestManagementWebService.html#getDefinedTestRunCustomFieldKeys(java.lang.String)
[2] https://github.com/RedHatQE/pylero/blob/master/src/pylero/test_run.py#L535