Skip to content

Add Child-Links from predefined templates with a single click.

Notifications You must be signed in to change notification settings

yanivsegev/1-click-child-links

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1-Click Child-Links

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

Setup your templates

Manage work item templates

Create your task templates

Create / open a Work Item

Find 1-Click Child-Links on toolbar menu

1-Click Child-Links on the menu

Done

Now you have Childs associated with the Work Item

Done

Release notes

  • 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

Usage

  1. Clone the repository
  2. npm install to install required local dependencies
  3. npm install -g grunt to install a global copy of grunt (unless it's already installed)
  4. grunt to build and package the application

Grunt

Basic grunt tasks are defined:

  • package-dev - Builds the development version of the vsix package
  • package-release - Builds the release version of the vsix package
  • publish-dev - Publishes the development version of the extension to the marketplace using tfx-cli
  • publish-release - Publishes the release version of the extension to the marketplace using tfx-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.

Credits

Clone from https://github.com/cschleiden/vsts-extension-ts-seed-simple

About

Add Child-Links from predefined templates with a single click.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • HTML 3.8%