jira.js
    Preparing search index...

    Function deleteRemoteIssueLinkById

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

      Parameters

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

          Issue id or key

        • linkId: string

          Id of the remote issue link

      • Optionaloptions: RequestOptions

      Returns Promise<void>