jira.js
    Preparing search index...

    Function getComponentRelatedIssues

    • Returns the counts of issues assigned to the component.

      This operation can be accessed anonymously.

      Deprecation notice: The required OAuth 2.0 scopes will be updated on June 15, 2024.

      • Classic: read:jira-work
      • Granular: read:field:jira, read:project.component:jira

      Permissions required: None.

      Parameters

      • client: Client
      • parameters: { id: string }
        • id: string

          The ID of the component.

      • Optionaloptions: RequestOptions

      Returns Promise<{ issueCount?: number; self?: string; [key: string]: unknown }>