getRemoteIssueLinks

    Helper nodeHelper
    Signature

    getRemoteIssueLinks (issue)

    Description

    Allows to get the remote issue Web Links, Confluence Pages, and any other type of URL added to the issue.

    Introduced in 4.6.7

    You can use this method to map Web Links, Confluence Pages, and other URLs from the source issue to a custom field in the remote issue.

    Source side 

    Outgoing sync

    replica.customKeys."Remote Issue Links" = nodeHelper.getRemoteIssueLinks(issue)

    Destination side 

    Incoming sync

    issue.customFields."Remote Issue Links".value = replica.customKeys."Remote Issue Links".collect {it.url }.join(", ")