jira.js
    Preparing search index...

    Function getRemoteIssueLinkById

    • Get a remote issue link by its id.

      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<{ [key: string]: unknown }>