Giter VIP home page Giter VIP logo

1-click-child-links's Introduction

1-Click Child-Links

1-Click Child-Links is an Azure DevOps extension for creating multiple work items as children via single click, where each work item is based on a single pre-defined template.

Azure DevOps offers team-specific work item templating as core functionality with which you can quickly apply pre-populated values for your team's commonly used fields per work item type.

The child work items created by this extension are based on the hierarchy of work item types defined in the process template (Agile, Scrum, CMMI).

For example, if you're using a process inherited from the agile template with a custom requirement-level type called defect and 3 task templates defined, using 1-click on a user story or defect will generate three child tasks, one for each defined template.

It's also possible to limit which parent work items apply to each template in one of two ways:

Simplified: put the list of applicable parent work item types in the child template's description field, like this: [Product Backlog Item,Defect]

Complex: put a minified (single line) JSON string into the child template's description field, like this:

{
    "applywhen": 
    {
        "System.State": "Approved",
        "System.Tags" : ["Blah", "ClickMe"],
        "System.WorkItemType": "Product Backlog Item"
    }
}

Define team templates

Manage work item templates

Define team templates

Create / open a work item

Find 1-Click Child-Links on toolbar menu

1-Click Child-Links on work item form menu

Done

You should now have children associated with the open work item.

Done

Release notes

  • v0.11.3

    • Fixed issue #62
    • Fixed issue #49
  • v0.11.0

    • Fixed issue #50
    • Fixed issue #48
    • Fixed issue #46
    • Fixed issue #45
    • Fixed issue #41
    • Fixed issue #37
    • Enhancement issue #49
  • v0.10.0

    • Template applicability criteria can be defined using complex JSON objects in the template description.
  • 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 field value from parent (wiki)
  • v0.6.0

    • 1-Click Child-Links option available when selecting multiple work items
  • v0.5.0

    • 1-Click Child-Links option available on Card and Backlog context menu.
  • v0.4.0

    • Identifier to distinguish templates sets to be added in a single click (wiki)
  • v0.3.0

    • Enforce correct order when adding child links to work item

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.

Debugging your extension

In order to debug the extension using Visual Studio or Browser Developer Tools and speed up the development without redeploying extension each time you change source code, you need change manifest adding baseUri property:

{
 
    "baseUri": "https://localhost:5501",
 
}

Contributors

Credits

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

1-click-child-links's People

Contributors

figueiredorui avatar jdshkolnik avatar omireault avatar baumerik avatar yanivsegev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.