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
I'm using a Visual Connection with added script and I'm trying to sync the Resolution of project B (Main) to a custom text column "Engineering Resolution" in project A.
The script I attempted was:
if (executionInstanceName == "ServiceDesk") {
issue.projectKey = "WESS" //Included only on create processor
issue.resolution.value = replica.customFields."Engineering Resolution".value.value
}
But I'm getting a null value error when it tries to sync. Any idea how to perform this sort of sync?
Does anyone have time to take a look at this? Is it possible to do this?