Hello. I'm trying to set up an automation that populates the team field from the epic to all user stories or tasks that are created as part of the epic. 'Team' is not in the drop down menu so advanced field editing is required. Here is what I'm trying to use but keep getting an invalid JSON error -
{
"fields": {
"{{issue.customfield_10001}}":”{{issue.epic.customfield_10001}}"
}
}
any help would be greatly appreciated.
Hi Daryl, the following works for me:
{
"fields": {
"customfield_10001" : "{{issue.epic.customfield_10001.id}}"
}
}
}
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.