All Projects → microsoft → vsts-extension-multivalue-control

microsoft / vsts-extension-multivalue-control

Licence: MIT License
A work item form control which allows selection of multiple values.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to vsts-extension-multivalue-control

vsts-extension-color-control
This is an example of a custom control extension for use in on-premise instances of Visual Studio Team Services on the work item form.
Stars: ✭ 16 (-60%)
Mutual labels:  tfs, vsts, work-item-control, vsts-extension
wiql-editor
Search work items with wiql queries.
Stars: ✭ 30 (-25%)
Mutual labels:  tfs, vsts, vsts-extension
gl-vsts-tasks-file-patch
Visual Studio Team Services Build and Release Management extensions that help you update files using JSON patch and similar syntax
Stars: ✭ 21 (-47.5%)
Mutual labels:  vsts, vsts-extension
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+275%)
Mutual labels:  vsts, vsts-extension
Task-Card-Creator
Small tool for printing task cards used for a Scrum board. Your physical Scrum board will look fantastic. Supports Team Foundation Server and Azure DevOps.
Stars: ✭ 25 (-37.5%)
Mutual labels:  tfs, vsts
az-devops-rice-extension
Azure DevOps extension that auto calculates RICE and stores it in a field.
Stars: ✭ 15 (-62.5%)
Mutual labels:  vsts, vsts-extension
AzureDevOps-WSJF-Extension
Sample work item form extension that auto calculates WSJF (weighted shortest job first) per work item and stores it in a work item field
Stars: ✭ 21 (-47.5%)
Mutual labels:  vsts, vsts-extension
github-tools-vsts
📦🚀 Create and modify GitHub Releases in Azure DevOps Build and Release Management
Stars: ✭ 24 (-40%)
Mutual labels:  vsts, vsts-extension
tfsaggregator
A server side plugin for Team Foundation Server (TFS) and Azure DevOps Server for performing various Work Item related calculations, create new Work Items and Links automatically.
Stars: ✭ 122 (+205%)
Mutual labels:  tfs, vsts
gl-vsts-tasks-yarn
Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
Stars: ✭ 50 (+25%)
Mutual labels:  vsts, vsts-extension
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+65%)
Mutual labels:  vsts, vsts-extension
azure-boards-decompose
Azure Boards extension to quickly decompose work items into a valid hierarchy
Stars: ✭ 35 (-12.5%)
Mutual labels:  tfs, vsts
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+87.5%)
Mutual labels:  tfs, vsts
vsts-extension-ts-seed-simple
Very simple seed project for developing a VSTS extension
Stars: ✭ 61 (+52.5%)
Mutual labels:  vsts, vsts-extension
NewmanPostman VSTS Task
A task for Azure DevOps Pipelines to run newman tests.
Stars: ✭ 31 (-22.5%)
Mutual labels:  vsts, vsts-extension
rust-azure-devops
[No longer maintain] 🦀 Rust extension for Azure DevOps
Stars: ✭ 26 (-35%)
Mutual labels:  vsts, vsts-extension
AzDo.VstsDashboard
Provide a simple way to view all Builds and Releases on a single page. The intend was to see what's currently happened into the CI/CD pipeline and provide quick feedback of what's going on.
Stars: ✭ 16 (-60%)
Mutual labels:  tfs
dd-core
Rust-based VST plugin development library with hardware accelerated GUI support.
Stars: ✭ 32 (-20%)
Mutual labels:  vsts
juce-cookbook
Collection of tutorials & resources for the C++ library JUCE
Stars: ✭ 58 (+45%)
Mutual labels:  vsts
haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (+5%)
Mutual labels:  tfs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].