how to get selected values from enumaration list by using server api?
I had a custom attribute and it is of type enumaration list now I need to get only the selected values from enumaration list by using server api. can any one have solution!!!
Ex:Enumaration list contains values A,B,C,D. I had select A, B in the work item. Now how could I get that values which I had selected?.
Thank you.
One answer
https://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/ explains how to access work item attributes in the server API.
https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/ explains how to access attributes, including enumeration list attributes. Enumeration List Attributes return an List of enumeration literals.