Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/componentIssuesCount.ts>ComponentIssuesCount

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface ComponentIssuesCount
import { type ComponentIssuesCount } from "https://deno.land/x/jira@v3.0.2/src/version3/models/componentIssuesCount.ts";

Count of issues assigned to a component.

Properties

optional
self: string

The URL for this count of issues for a component.

optional
issueCount: number

The count of issues assigned to a component.