Story to inherit 'Team' value from Epic

Daryl Marsh December 11, 2023

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.

 

1 answer

1 accepted

0 votes
Answer accepted
Lacy Saute
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 12, 2023

Hi Daryl, the following works for me:

{
"fields": {
"customfield_10001" : "{{issue.epic.customfield_10001.id}}"
}
}
}

Daryl Marsh December 13, 2023

thank you very much Lacy!!

Like Lacy Saute likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events