Answer by Francis Martens (Exalate) on 04 September 2019
Hi Yaakov Shamii
This is pretty straightforward.
In the outgoing sync - make sure that you include the epic colour in the outgoing message
replica.customFields."Epic Colour" = issue.customFields."Epic Colour"
In the incoming sync - do the opposite - assign the colour to the issue custom field
issue.customFields."Epic Colour" = replica.customFields."Epic Colour"
Make sure that the custom field is the correct one.
Comments:
Yaakov Shamii commented on 05 September 2019
worked. thanks!