Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 762 Bytes

JiraExpressionAnalysis.md

File metadata and controls

10 lines (9 loc) · 762 Bytes

JiraExpressionAnalysis

Properties

Name Type Description Notes
expression String The analysed expression.
errors List<JiraExpressionValidationError> A list of validation errors. Not included if the expression is valid. [optional]
valid Boolean 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).
type String EXPERIMENTAL. The inferred type of the expression. [optional]
complexity JiraExpressionComplexity [optional]