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
Hi all,
We want to synchronize the customer request type from system A to system B, but instead of setting the new customer request type only the old value is removed in system B.
I used log.info to find out what is going wrong but the only thing I’ve found out
and
are identical on a system. But the value differs from system A to system B.
Below find all details that may help:
System A:
Service Desk version: 4.12.2
Jira version: 8.12.2
Exalate version: 5.0.3-j8
Outgoing rule on system A: replica.customFields."Customer Request Type" = issue.customFields."Customer Request Type"
System B:
Service Desk version: 4.7.1
Jira version: 8.7.1
Exalate version: 5.0.3-j8
Incoming rule on system B: issue.customFields."Customer Request Type".value = replica.customFields."Customer Request Type".value
If I use the ids instead in my incoming rule the synchronization works as expected:
But I don't want to use such hard coded values as this would mean we need to edit the sync rules when adding new request types in both systems.
Best regards,
Dominik
Hi Dominik Blum,
Atlassian has only just enabled this feature and we're working on a way to improve it. For now, using the ID's is the way to go. An improvement has been raised for our Dev team.
Thanks for the information Michiel Meurs