jira.js
    Preparing search index...

    Function deleteRemoteIssueLinkById

    • Deletes a remote issue link from an issue.

      This operation requires issue linking to be active.

      This operation can be accessed anonymously.

      Permissions required:

      • Browse projects, Edit issues, and Link issues project permission for the project that the issue is in.
      • If issue-level security is configured, issue-level security permission to view the issue.

      Parameters

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

          The ID or key of the issue.

        • linkId: string

          The ID of a remote issue link.

      • Optionaloptions: RequestOptions

      Returns Promise<void>