Clark One Click Child Links
You can use this extension to apply templates for commonly created tasks for PBIs, PBIs for Features, and so on.
For example, EPT uses this extension to create tasks for the high-level steps involved in setting up a new CICD. When the extension is used on an EPT Request with the New CICD
tag, the task templates that are defined in the Tools project with the filter for that tag are applied to the Tools Request.
Many teams use this extension to quickly create tasks for peer reviews or deployment tasks, but it can be used to create any type of child work item that is defined in the templates for your project.
See the usage doc for more information on how to use this extension.
Release notes
v1.2.0
- update to get the associated team from the parent work item area path
- update to use the latest version of the Azure DevOps Extension SDK
- note that this SDK update will allow for compatibility with ADO Services but will break compatibility with ADO Server
- update to use the latest version of the Azure DevOps API
- various package updates and bug fixes
v1.1.5
- update readme and add usage doc
v1.1.4
- improve communication to user when 0 matching templates are found
v1.1.3
- include templates all templates by default unless excluded by a filter
v1.1.1
- normalize macro casing so that the user can use any casing for the macros in the template description
- improve
@me
macro to correctly mention the user
v1.0.1
- improve popups to inform user of how many child work items are created, including when there were no child work items created
v1.0.0
- refactored to TypeScript
- added support for simple dialog to inform user of success or failure
- various package updates and bug fixes
v0.13.1
- added support for tags to be applied to child work items
v0.13.0
- simplified the field replacement logic
v0.12.1
Local Development
Check out the local development doc in Backstage.
Credits
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. This extension is a Clark fork of the 1-Click Child-Links extension by Rui Figueiredo.
Ray originally cloned from https://github.com/cschleiden/vsts-extension-ts-seed-simple