1-click-child-links
1-click-child-links copied to clipboard
1 click child -- not appending {System.Title} in VSTS
when creating 1 click child task it is not appending title/any field in VSTS for "1 click task extension". Is it only possible in 1 click child extension. Tried following options : Development task - {System.Title} - {Microsoft.VSTS.Common.ValueArea} Development task - {{System.Title}} Development task - {System.Title} Development task - System.Title Development task - {System.ParentTitle} Development task - @System.Title.
Kindly assist.
I have it working using {System.Title}. Maybe a screenshot of your template definition would help someone point you in the right direction.
It works in "1 click task" extension or just "1 click child links" extension. Title thing is working in "1 click child links" but not in "1 click task". This this functionality limited to only "1 click child links" extension
Is there any way to get the parent work item's ID? For example, this doesn't work: SQL code review on {System.ID}.
Try {System.Id} (lowercase d)
@Dann-DBA Sadly that didn't work I have tried {System.Id} & {System.Id}. but I do see the following error get returned in the network.
{"$id":"1","innerException":null,"message":"TF1590005: Document with id storyline.workitems does not exist in collection Default for Current = 300280","typeName":"Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.DocumentDoesNotExistException, Microsoft.VisualStudio.Services.ExtensionManagement.WebApi","typeKey":"DocumentDoesNotExistException","errorCode":0,"eventId":3000}