Is it possible to import enumaration list values into RTC
To be more specific, For example: I have an Attribute (enumeration type) called Module. Enumeration value of that attribute type is M1, M2 , M3 etc.
Now the question is , if I have to enter the value from M1-M100, Do i need to manually enter directly in to RTC ??
OR
If have a excel sheet where all the values already defined, can i import those values in to RTC Work Item?
One answer
Please write a new question and don't post answers to questions as questions.
- There is no import mechanism available.
- I would stay away from enumerations if you are talking about hundreds of values that need to be frequently changed.
- Hundreds of values are questionable and will impact usability anyway so I would question the requirement.
- Consider http filtered value sets if there is no better solution and hundreds of values are unavoidable.