A work item form control which allows selection of multiple values.
Перейти к файлу
AminTi a7b4762b39 Resolve--last-release-issues 2023-08-24 17:13:46 +02:00
.azure-devops Feature/move-to-common-pipeline (#198) 2022-04-22 08:50:29 +02:00
configs baseurl 2023-02-03 14:04:28 +01:00
img Update documentation 2018-10-04 14:04:12 -07:00
scripts Feature/move-to-common-pipeline (#198) 2022-04-22 08:50:29 +02:00
src Filtering-is-Case-Sensitive 2023-04-02 13:42:30 +00:00
.gitignore Feature/multiline support (#203) 2022-05-30 12:38:27 +02:00
LICENSE Create LICENSE (#49) 2018-04-05 10:58:38 -07:00
SECURITY.md Microsoft mandatory file (#212) 2022-09-12 07:26:58 +02:00
azure-devops-extension.json Support custom display length for labels and fix trunc length bug 2022-09-30 14:21:24 +10:00
package-lock.json Resolve--last-release-issues 2023-08-24 17:13:46 +02:00
package.json Resolve--last-release-issues 2023-08-24 17:13:46 +02:00
readme.md Fixed casing of Azure DevOps (#195) 2022-04-26 08:12:45 +02:00
tsconfig.json port changes from rest multivalue 2018-08-20 17:02:35 -07:00
tslint.json lint 2018-03-12 08:45:49 -07:00
typings.json fix build + use webpack 2 + remove ununsed ts dependencies (#17) 2017-04-19 07:49:56 -07:00
webpack.config.js Feature/multiline support (#203) 2022-05-30 12:38:27 +02:00
xmldetails.md Support custom display length for labels and fix trunc length bug 2022-09-30 14:21:24 +10:00

readme.md

Currently only available on TFS 2017 or later and Visual Studio Team Services.

Work Item Form

Select multiple values for your fields

Control

Expand the control only when needed

Control Collapsed

Control Expanded

How to get started

Azure DevOps Services

Navigate to your work item form customization page and add a multivalue control.

Layout Customization

Edit the control so it can use the right field to store your selection and the right set of values to be displayed.

Options

Be sure to allow user inputed values if a picklisk (string) field is used to back the extension.

check the box to allow users to enter their own values

Azure DevOps Server

We recommend TFS 2017 RC2 or later when running this extension.

Learn more about how to customize the multivalue control directly on XML.

How to query

The 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.

Source code

The source for this extension can be found on Github - feel free to take, fork and extend.

You can also learn how to build your own custom control extension for the work item form here.

Feedback

We appreciate your feedback! Here are some ways to connect with us:

  • Add a review.
  • Report issues in GitHub.

Microsoft DevLabs is an outlet for experiments from Microsoft, experiments that represent some of the latest ideas around developer tools. Solutions in this category are designed for broad usage, and you are encouraged to use and provide feedback on them; however, these extensions are not supported nor are any commitments made as to their longevity.