1
0
-1

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?

  1. Destri Weir

    Does anyone have time to take a look at this? Is it possible to do this?

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    This is now working. 

      CommentAdd your comment...