1-Click Child-Links is a Visual Studio Team Services extension to add Child-Links from predefined templates using a single click.
Download here
Team Services allows you to create work item templates. With work item templates you can quickly create work items which have pre-populated values for your team's commonly used fields.
1-Click Child-Links uses predefined templates and add them as a Child Link.
It follows process work item types and workflow
Find 1-Click Child-Links on toolbar menu
Now you have Childs associated with the Work Item
-
v0.3.0
Enforce correct order when adding child links to work item
-
v0.4.0
Identifier to distinguish templates sets to be added in a single click Wiki
-
v0.5.0
1-Click Child-Links option available on Card and Backlog context menu.
-
v0.6.0
1-Click Child-Links option available when selecting multiple work items
-
v0.8.0
Template sets can now be created on keywords in titles on top of Work Item Types Inherit values from parent work item fields Wiki Copy fields value from parent Wiki
- Clone the repository
npm install
to install required local dependenciesnpm install -g grunt
to install a global copy of grunt (unless it's already installed)grunt
to build and package the application
Basic grunt
tasks are defined:
package-dev
- Builds the development version of the vsix packagepackage-release
- Builds the release version of the vsix packagepublish-dev
- Publishes the development version of the extension to the marketplace usingtfx-cli
publish-release
- Publishes the release version of the extension to the marketplace usingtfx-cli
Note: To avoid tfx
prompting for your token when publishing, login in beforehand using tfx login
and the service uri of https://marketplace.visualstudio.com
.
Clone from https://github.com/cschleiden/vsts-extension-ts-seed-simple