jira.js
    Preparing search index...

    Function createOrUpdateRemoteVersionLinkByGlobalId

    • Create a remote version link via POST using the provided global ID.

      Parameters

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

          The id of the remote issue link to be created or updated.

        • Optionallink?: unknown

          The link itself. Any JSON.

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

          ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<void>