1
0
-1

Hello,


I'm trying to populate the remote issue key with the remote Issue URL as follow



def issueURL = "https://remote_instance/browse/" + replica.key
issue.customFields."Remote Issue Key".value = "<a href=" + issueURL + ">" + replica.key + "</a>"


But this is not working.  Has anyone done something similar to this.


On a different note, is there a way to get the remote instance info rather than hard coding it. as above.



Regards,


Ziad 



    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Hi Ziad,


      We have documentation on this:

      https://docs.idalko.com/exalate/x/z4grAQ

      It should also work for Jira On-Premise. You can try to add the following snippet on the Incoming sync:

      issue.customFields."Remote issue URL".value = remoteIssueUrl

      Let me know if this works for you.

      Kind regards,

      Ariel

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi,


        That works.


        I was trying to imped the URL in the key.


        Thank you for the help.


        Regards,


        Ziad

          CommentAdd your comment...