Signature
Helper | syncHelper |
Signature |
getRemoteTrackerUrl(): String |
Description |
Returns the URL of the remote tracker |
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.getRemoteTrackerUrl()