Contains information about the expression evaluation. This bean will be replacing JiraExpressionEvaluationMetaDataBean bean as part of new evaluate endpoint

interface JexpEvaluateMetaDataBean {
    complexity?: JiraExpressionsComplexityBean;
    issues?: JexpEvaluateIssuesMetaBean;
}

Properties

Properties

Contains information about the expression complexity. For example, the number of steps it took to evaluate the expression.

Contains information about the issues variable in the context. For example, is the issues were loaded with JQL, information about the page will be included here.