Is it possible to use "type" as an enumeration?
I need to create an attribute whose content is one of the work item types defined in my EWM process (like Defect, Task, etc).
I want to define this attribute as an enumeration list.
Must I create an enumeration whose entries clone the work item types or may be is it possible to use an EWM internal value instead of a new enumeration?
Accepted answer
The work item type does not show up as enumeration. There is no type (Enumeration List) or anything comparable to bee found. It seems to be impossible to use the existing type information to create a custom attribute with the type as enumeration list. You would have to find a different way. E.g. define your own enumeration that mirrors the types.