1-Click Child-Links1-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: Complex: put a minified (single line) JSON string into the child template's description field, like this:
Define team templatesCreate / open a work itemFind 1-Click Child-Links on toolbar menu DoneYou should now have children associated with the open work item. Release notes
ContributorsLearn moreThis extension is an enhanced version of 1-Click Tasks The source for this extension is on GitHub. Take, fork, and extend. Let's discuss issues and improvements. |