Originally asked by Destri Weir on 01 February 2022 (original question)
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?
Comments:
Destri Weir commented on 04 February 2022
Does anyone have time to take a look at this? Is it possible to do this?