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

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.