jira.js
    Preparing search index...

    Function getRemoteVersionLink

    • Returns the remote version link associated with the given version ID and global ID.

      Parameters

      • client: Client
      • parameters: { globalId: string; versionId: string }
        • globalId: string

          The id of the remote issue link to be returned. If (not provided) all remote links for the issue are returned. Remote version links follow the same general rules that Issue Links do, except that they are permitted to use any arbitrary well-formed JSON data format with no restrictions imposed. It is recommended, but not required, that they follow the same format used for Remote Issue Links, as described at https://developer.atlassian.com/display/JIRADEV/Fields+in+Remote+Issue+Links.

        • versionId: string

          ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<
          { link?: unknown; name?: string; self?: string; [key: string]: unknown },
      >