2
1
0

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?


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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.  


      CommentAdd your comment...