I have a question regarding the Polarion JAVA API SDK
.
I can get the workItem
using:
WorkItem wi = trackerService.getWorkItem(workItemURL);
Then I get the type:
EnumOptionId type = wi.getType();
Now how can I get the Type representation text?
And can I get the Icon of the WorkItem
using API?
Also is there a way to get all WorkItem
Types from Polarion?