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

    Interface JiraExpressionForAnalysis

    Details of Jira expressions for analysis.

    interface JiraExpressionForAnalysis {
        contextVariables?: {};
        expressions: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextVariables?: {}

    Context variables and their types. The type checker assumes that common context variables, such as issue or project, are available in context and sets their type. Use this property to override the default types or provide details of new variables.

    expressions: string[]

    The list of Jira expressions to analyse.