jira.js
    Preparing search index...

    Function deleteRemoteIssueLinkByGlobalId

    • Delete the remote issue link with the given global id on the issue.

      Parameters

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

          Global id of the remote issue link

        • issueIdOrKey: string

          Issue id or key

      • Optionaloptions: RequestOptions

      Returns Promise<void>