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

    Interface IssueLimitReport

    interface IssueLimitReport {
        issuesApproachingLimit?: unknown;
        issuesBreachingLimit?: unknown;
        limits?: unknown;
    }
    Index

    Properties

    issuesApproachingLimit?: unknown

    A list of ids of issues approaching the limit and their field count

    issuesBreachingLimit?: unknown

    A list of ids of issues breaching the limit and their field count

    limits?: unknown

    The fields and their defined limits