How to get Polarion workitem field names(not values) of perticular work items using java SOAP API..?

333 views Asked by At

Polarion is a tool it has Workitems,fields they provide API for accessing it. prersently i can access workitem field values But i want to access Defined Field names Using java SOAP API.

i tried with trackerservice from webserviceFactory but i didn't find proper methods to get polarion workitem fields(not values).

1

There are 1 answers

0
Peter Parker On

An easy workaround is to check for the custom-field.xml directly in the Polarion Repository. It is available over http/DAV and should be as accessible as the webservice.