1-click-child-links
1-click-child-links copied to clipboard
1-Click Child Tasks not working when field name has spaces in it
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.
Have you tried Custom.Template%20name
?