We have a cascading field named Ws&LGroup.
We would like to copy the Cascading field values to the linked issued wherever the link type is "Relates".
I have added the rule as follows.
Trigger : Field value changed for Ws&LGroup ( For All Actions ).
Branch Condition : Relation - Linked Issues
Link Type - relates
Only Include the Issues changed since the rule Executed
Edit Action : Advanced fields rule
{
"update": {
"WS&LGroup": [
{
"set": {
"value": "triggerIssue.fields.WS&LGroup.value",
"child": {
"value": "triggerIssue.fields.WS&LGroup.child.value"
}
}
}
]
}
}
Error Message : No related issues that have updated since the last time this rule executed could be found.
Attached all the screenshots for your reference. ( Trigger, Branch Condition, Edit action, Error message).
Please help me to copy the cascading field values to the linked issues.
Thanks In Advance
Madhu



