Epic link has no background color

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?


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!

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