Hi there
I've created a Project Automation rule to create a new sub-task when certain conditions arise.
If a new sub-task is created then I would like to set a custom field, which is of type "User Picker (multiple users)" to the value of the Assignee of the parent issue.
I believe I need to use the "More Options" ... "Additional Fields" feature in Project Automation to do this.
I've tried the below and many other variations to get this logic working but no work. Could someone put me out of my misery and help me if the JSON please ... so set a custom field to the value of the assignee from the parent issue, when the sub-task is being created.
{
"update": {
"customfield_10394" : [
{
"add": {
"id":"{{issue.parent.assignee.key}}"
}
}
]
}
}
hi @Mark Wheeler ,
There is no need for "more options" section.
you add the relevant field on the "edit issue" screen, then select from the three dots on the right side of the field to copy from and then select to copy from "parent" the "assignee" field. see images.
I hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.