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

    Interface IssueLimitReportRequest

    interface IssueLimitReportRequest {
        issuesApproachingLimitParams?: {};
    }

    Hierarchy (View Summary)

    Index

    Properties

    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}}