jira.js
    Preparing search index...

    Function deleteRemoteVersionLink

    • Delete a specific remote version link 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 deleted.

        • versionId: string

          ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<void>