RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

work_item.py get_custom_fields does not return the data it claims to return #150

Closed emesika closed 1 year ago

emesika commented 1 year ago

The function returns None instead of :

return cls._all_custom_fields, cls._required_fields

this does not enable to get the list of custom fields and required fields for a work item

leelavg commented 1 year ago

fixed by #151