jira.js
    Preparing search index...

    Function getRemoteIssueLinks

    • Get remote issue links for an issue.

      Parameters

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

          Global id of the remote issue link

        • issueIdOrKey: string

          Issue id or key

      • Optionaloptions: RequestOptions

      Returns Promise<{ [key: string]: unknown }[]>