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

    Interface GetIssueLimitReport

    interface GetIssueLimitReport {
        isReturningKeys?: boolean;
        issuesApproachingLimitParams?: {};
    }

    Hierarchy (View Summary)

    Index

    Properties

    isReturningKeys?: boolean

    Return issue keys instead of issue ids in the response.

    Usage: Add `?isReturningKeys=true` to the end of the path to request issue keys.
    
    issuesApproachingLimitParams?: {}

    A list of fields and their respective approaching limit threshold. Required for querying issues approaching limits. Optional for querying issues breaching limits. Accepted fields are: comment, worklog, attachment, remoteIssueLinks, and issuelinks. Example: {"issuesApproachingLimitParams": {"comment": 4500, "attachment": 1800}}