The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Dear Team,
How Copy Cascading felid value from Epic to Task ? with Jira Automation
please provide Jason format for this.
Thanks
Siva
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. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.