getTrackerUrl

    Signature

    HelpersyncHelper
    Signature

    getTrackerUrl(): String 

    Description

    Returns the URL of the underlying tracker

    Introduced in5.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.getTrackerUrl()