Sync Resolution to custom text column

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?

Answer by Destri Weir on 11 March 2022

This is now working.


This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.