Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ComponentIssuesCount

    Count of issues assigned to a component.

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

    Properties

    Properties

    issueCount?: number

    The count of issues assigned to a component.

    self?: string

    The URL for this count of issues for a component.