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

    Interface JiraExpressionsComplexityValue

    interface JiraExpressionsComplexityValue {
        limit: number;
        value: number;
    }
    Index

    Properties

    Properties

    limit: number

    The maximum allowed complexity. The evaluation will fail if this value is exceeded.

    value: number

    The complexity value of the current expression.