xl8bot
1
Originally asked by Yaakov Shamii on 04 September 2019 (original question)
Hi,
I’m syncing an epic and then I connect a issue to it via Epic Link, but the the Epic Link has no background color, although I’m syncing the Epic name.
what can cause that?
xl8bot
2
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!
xl8bot
Closed
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.