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

    Interface EvaluateJiraExpressionUsingEnhancedSearch

    interface EvaluateJiraExpressionUsingEnhancedSearch {
        context?: JiraExpressionEvaluateContext;
        expand?: string;
        expression: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    context?: JiraExpressionEvaluateContext

    The context in which the Jira expression is evaluated.

    expand?: string

    Use expand to include additional information in the response. This parameter accepts meta.complexity that returns information about the expression complexity. For example, the number of expensive operations used by the expression and how close the expression is to reaching the complexity limit. Useful when designing and debugging your expressions.

    expression: string

    The Jira expression to evaluate.