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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.