jpiquot / ChildTasksTemplate

Apache License 2.0
8 stars 4 forks source link

Ho do I copy a custom field from Parent to child #22

Open MarkGTI opened 1 year ago

MarkGTI commented 1 year ago

Tried this but no luck

Custom.NextAction {Custom.NextAction}

MarkGTI commented 1 year ago

Got it working was different error

Frank-Huster commented 3 months ago

I've problems with custom fields too. The creation of work items stops as soon as an attempt is made to create the work item with the custom field. The supposed field that is tried to be created has absolutely nothing to do with the one in the template. A cryptic field name is searched for and the value to be assigned is also incorrect.

Frank-Huster commented 3 months ago

The problem I had was a different one. I wanted to assign a value of the type “Identity”. The “.uniqueName” must be added at the end. The assignment is therefore “value” : “{Custom.Fieldname.uniqueName}”.