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

1-Click Child Tasks not working when field name has spaces in it

Open patricktholen opened this issue 1 year ago • 1 comments

I wanted to use (custom) fields for creating child tasks. Because I want good descriptive field names I named it 'Template name'.

This code doesn't create the child tasks: { "applywhen": { "Custom.Template name": "blablabla" } }

Create a custom field 'Template' does work: { "applywhen": { "Custom.Template": "blablabla" } }

I also tested this with regular fields like 'Valued Area'. Don't work either.

patricktholen avatar May 19 '23 07:05 patricktholen

Have you tried Custom.Template%20name ?

rshmhrj avatar Mar 05 '24 22:03 rshmhrj