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

    Interface IssueLimitReport

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

    Properties

    issuesApproachingLimit?: {}

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

    issuesBreachingLimit?: {}

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

    limits?: {}

    The fields and their defined limits