Hi,
Is there TFS work item field that enables multiple values to be selected? I have a requirement where I want to link test cases to the service/component that it tests. At the moment I created a custom field called component tested where in people can type in the component name(comma separated). However because it is free text there is a lack of standards and people can enter anything which affects searchability of tests. It would be great if we have a field type where I can predefine a standard list of components and people can select multiple components from the list. I have searched the forums and found that there is no such field out of the box. However just wanted to double check if something's come up in one of the recent versions/updates of TFS. We are on TFS 2013.
What would be even great is if we could have a combo box field that gets its values from a database(query or an API call).
Has anyone tried the following solutions on TFS 2013 - do they work. Can we roll back easily if we find any issues?
http://blogs.msdn.com/b/visualstudioalm/archive/2013/02/15/multivaluelist-control-in-tfs-work-item-tracking.aspx.
Or http://witcustomcontrols.codeplex.com/
Vasu