My intention is to create a new field. Actually I need few fields:
- "AdditionalAnswer required" with values "yes" and "no";
- "Custom Level" with any text value from the list "1-cool", "2-middle", "3-low".
Type for both of them should be 'string'. I've exported work item type, and added the new field. Now the problem is that I don't see the most appropriate value type to be specified as the "RefName" for string type. For "Priority" field (that is really a string) special "System.Priority" RefName is used.
How can I create own value? This value should be filtered with "queries".
Any thoughts are welcome.
Thanks!