Interface JiraExpressionEvaluationMetaDataBean

Contains various characteristics of the performed expression evaluation.

interface JiraExpressionEvaluationMetaDataBean {
    complexity?: JiraExpressionsComplexityBean;
    issues?: IssuesMetaBean;
}

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.