Skip to content

mikebranstein/vsts-extension-board-control

Repository files navigation

Move Work Items on Board from Work Item Form

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

Dialog

Help your team move work items on the board from the work item form's context menu

Context menu

Move multiple work items simultaneously from your backlog

Backlog multi-select context menu

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 need your feedback! Here are some ways to connect with us:

  • Add a review below.
  • Report issues in GitHub.

To Use

Install TypeScript & Gulp:

> npm install -g typescript gulp

Install node modules:

npm install

To Compile

To test compilation, you can run gulp transpile-ts. You should receive no errors.

To Create a Publish Manifest

gulp publish