I'm trying to set up an automation where when a sub-task gets created, it automatically inherits the value of a custom field (in our instance, this is "Scrum Team", customfield_10035) from the parent issue.
The code I have in place at the moment is:
{
"fields": {
"customfield_10035": "{{issue.parent.customfield_10035.id}}"
}
}
When the automation runs, I see an error:
Error editing issues
XYZ-20570 (Specify a valid 'id' or 'name' for Scrum Team (customfield_10035))
Hi @NimbleGrimble ,
I think you can use the Edit Issue action, select the field 'Scrum Team' (in the below example I selected a field 'Backout plan').
Then hit the ... behind Scrum Team and switch it from Set to Copy. And switch the 'Issue to copy the value from' from Current issue to Parent issue.
This did it! Thank you! The "Set" option didn't have "Copy from parent" like the Assignee value did, so I didn't think that was possible... That worked great! Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.