Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hi,
I'm trying to synchronize a system field "Affects Version/s" (affectedVersions) to a value from a cascade field.
I've tried the following but it does not seem to work. Could you please help me on this?
if (replica.customFields."Product"?.value?.child?.value != null) { issue.affectedVersions = replica.customFields."Product"?.value?.child?.value }
Here, "Product" is a cascade select with a parent and child values.
BR,
Sujan