I'm trying to edit an automation for the multi-select custom field so that when that field is modified in an epic, it finds all the children issues within the epic and edits that field in the children to match the epic.
For example, Epic has 3 values in the custom user field: QSR, CPR, MBR. I want the automation to fill in the custom user field for a child task so that it matches the parent Epic issue. Meaning: QSR, CPR, and MBR are automatically added to the custom user field of the child task.
I can't tell it to always fill in QSR, CPR, and MBR because every Epic has different people attached to it.
The json I have now is this below, but I know I need to address the field's array values. I just don't know how.
{
"fields": {
"customfield_10049" : {{issue.epic.customfield_10049....?}}
}
}
Naturally, as soon as I posted this question, I figured out how to do it, thanks to another user's post (which I have since lost, so can't give credit where it's due).
Here's the automation that worked:
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.