Multi-value-controlThe Multi-Value Control Azure DevOps Extension enhances work item forms by enabling the selection of multiple values within a single field. This functionality is ideal for scenarios requiring categorization under multiple tags. Documentation
How to get startedNavigate to your work item form customization page and add a multivalue control. Edit the control so it can use the right field to store your selection and the right set of values to be displayed. Be sure to allow user inputed values if a picklisk (string) field is used to back the extension.
XML process templateTo define the layout for a work item type using XML, you'll need to add the Multivalue control to your layout Learn more about how to customize the multivalue control directly on XML. How to queryThe selected values are stored in a semicolon separated format. To search for items that have a specific value use the "Contains Words" operator. If searching for multiple values, use multipe "Contains Words" clauses for that field. You can also learn how to build your own custom control extension for the work item form here. SupportHow to file issues and get helpThis project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue. Microsoft Support PolicySupport for this project is limited to the resources listed above. |