jira.js
    Preparing search index...

    Function createOrUpdateRemoteVersionLink

    • Create a remote version link via POST. The link's global ID will be taken from the JSON payload if provided; otherwise, it will be generated.

      Parameters

      • client: Client
      • parameters: { link?: unknown; name?: string; self?: string; versionId: string }
        • Optionallink?: unknown

          The link itself. Any JSON.

        • Optionalname?: string
        • Optionalself?: string
        • versionId: string

          ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<void>