getExalateUrl

    Signature

    Helper syncHelper
    Signature

    getExalateUrl(): String

    Description

    Returns the URL of the current Exalate node

    Introduced in 5.5.0

    Example use

    For instance, you want to fetch the URL in the description field. It might very well be any other field of your choice. Write the following code in the Incoming sync on the platform you use.

    Incoming sync(Receiving side)

    issue.description  = syncHelper.getExalateUrl()