Count of issues assigned to a component.

interface ComponentIssuesCount {
    issueCount?: number;
    self?: string;
}

Properties

Properties

issueCount?: number

The count of issues assigned to a component.

self?: string

The URL for this count of issues for a component.