https://github.com/microsoft/vsts-extension-multivalue-control
A work item form control which allows selection of multiple values.
https://github.com/microsoft/vsts-extension-multivalue-control
tfs vsts vsts-extension work-item-control
Last synced: 6 months ago
JSON representation
A work item form control which allows selection of multiple values.
- Host: GitHub
- URL: https://github.com/microsoft/vsts-extension-multivalue-control
- Owner: microsoft
- License: mit
- Created: 2016-10-10T16:58:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T22:39:13.000Z (6 months ago)
- Last Synced: 2025-03-30T02:05:52.655Z (6 months ago)
- Topics: tfs, vsts, vsts-extension, work-item-control
- Language: TypeScript
- Size: 1.37 MB
- Stars: 48
- Watchers: 21
- Forks: 47
- Open Issues: 63
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Multi-value-control
The Azure DevOps Extension Multi-Value Control 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
For detailed instructions on using the Multi-value-control Azure DevOps extension, please refer to the official documentation. You can access the comprehensive guide by clicking [Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.vsts-extensions-multivalue-control). This resource provides step-by-step information to help you effectively utilize the Multi-value-control features within your Azure DevOps environment.
# Support
## How to file issues and get help
This project uses [GitHub Issues](https://github.com/Microsoft/vsts-extension-multivalue-control/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 Policy
Support for this project is limited to the resources listed above.
# Contributing
We welcome contributions to improve the extension. If you would like to contribute, please fork the repository and create a pull request with your changes. Your
contributions help enhance the functionality and usability of the extension for the entire community.**Note:** do not publish the extension as a public extension under a different publisher as this will create a clone of the extension and it will be unclear to the
community which one to use. If you feel you don't want to contribute to this repository then publish a private version for your use-case.Check out https://learn.microsoft.com/en-us/azure/devops/extend/overview?view=azure-devops to learn how to develop Azure DevOps extensions
### Developing and Testing
```bash
# Install node dependencies
npm install# Compile the source code
npm run dev# Build the extension
npm run build:release
```## About Microsoft DevLabs
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.