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
Hello community,
I have following payload from Jira SD:
I have following incoming script on SN side:
if (replica.customFields."MoMe-Flag"?.value?.value == "Yes") {
incident.u_mome = true
} else {
incident.u_mome = false
}
but it doesn't set u_mome field = true from above payload. u_mome is boolean type field.
Hopefully, someone can help.