This is well beyond my limited knowledge of Json and how to manipulate things. I have an Epic that has been updated with a new Parent Link (initiative). This triggers my automation. For whatever reason, although I have the id of the Parent Link issue I do not get any of it's data and so I have had to retrieve the Parent Link issue via a restful call in a web hook action.
I want to set the components of the Epic to be the same as its parent Initiative. I am at a loss as to how to do this. I don't even know if it is possible for me to do this. I understand what the error message is telling me.... it wants an array of something. But should be an array of names, or ids? And is it possible to build an array of the right things from the info I have in the format it is in?
I have a write to log of:
Components are: {{webhookResponse.body.fields.components}}
and an advanced update issue action of:
{ "fields": { "components": "{{webhookResponse.body.fields.components}}" } }
Below is what this gives me
