1-click-child-links icon indicating copy to clipboard operation
1-click-child-links copied to clipboard

1 click child -- not appending {System.Title} in VSTS

Open manishaawake opened this issue 5 years ago • 5 comments

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.

manishaawake avatar Jul 15 '20 06:07 manishaawake

I have it working using {System.Title}. Maybe a screenshot of your template definition would help someone point you in the right direction.

mpburtt avatar Jul 15 '20 14:07 mpburtt

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

manishaawake avatar Jul 15 '20 16:07 manishaawake

Is there any way to get the parent work item's ID? For example, this doesn't work: SQL code review on {System.ID}.

Scott-Emberson avatar Aug 06 '20 21:08 Scott-Emberson

Try {System.Id} (lowercase d)

Dann-DBA avatar Aug 07 '20 12:08 Dann-DBA

@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}

Scott-Emberson avatar Aug 07 '20 14:08 Scott-Emberson