Getting an enumeration value from an IAttribute
I am working with EWM 7.0.2
On the server, I had set an IAttribute variable, whose value I now is represented by an enumeration
How can I get the enumeration value or literal from the iAttribute variable?
this is the code where I get the IAttribute variable.
IAttribute attribute1 = workItemClient.findAttribute(projectArea, attributeId, monitor);
I need to get the enumeration value from attribute1
Accepted answer
Please see:
You can search on the blog.
You can find almost all work item API in https://github.com/jazz-community/work-item-command-line