Dear Team,
How Copy Cascading felid value from Epic to Task ? with Jira Automation
please provide Jason format for this.
Thanks
Siva
@Krishna Raghavarapu
Take a look:
{"update": {"CUSTOM_FIELD_NAME": [{"set": {"value": "{{triggerIssue.fields.CUSTOM_FIELD_NAME.value}}","child": {"value": "{{triggerIssue.fields.CUSTOM_FIELD_NAME.child.value}}"}}}]}}
This works for me
It is important to remember that the cascade field must be available on the issue view/edit screen that will be updated, in your case, the TASK
If you have problems, let us know.
Thank you so much its working
It looks like you're new here. Sign in or register to get started.