How Copy Cascading felid value from Epic to Task ?

Krishna Raghavarapu May 16, 2022

Dear Team,

 

How Copy Cascading felid value from Epic to Task ? with Jira Automation 

 

please provide Jason format for this.

 

Thanks 

Siva

1 answer

1 accepted

3 votes
Answer accepted
Fernando Eugênio da Silva
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 16, 2022

@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. :)

Krishna Raghavarapu May 16, 2022

Thank you so much its working 

Suggest an answer

Log in or Sign up to answer