NAME
JIRA::API::JiraExpressionAnalysis -
SYNOPSIS
my $obj = JIRA::API::JiraExpressionAnalysis->new();
...
PROPERTIES
complexity
Details about the complexity of the analysed Jira expression.
errors
A list of validation errors. Not included if the expression is valid.
expression
The analysed expression.
type
EXPERIMENTAL. The inferred type of the expression.
valid
Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations).