Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How Copy Cascading felid value from Epic to Task ?

Krishna Raghavarapu
Contributor
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 Champion
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
Contributor
May 16, 2022

Thank you so much its working 

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events