Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 983 Bytes

JiraExpressionsComplexityBean.md

File metadata and controls

9 lines (8 loc) · 983 Bytes

JiraExpressionsComplexityBean

Properties

Name Type Description Notes
steps AllOfJiraExpressionsComplexityBeanSteps The number of steps it took to evaluate the expression, where a step is a high-level operation performed by the expression. A step is an operation such as arithmetic, accessing a property, accessing a context variable, or calling a function.
expensiveOperations AllOfJiraExpressionsComplexityBeanExpensiveOperations The number of expensive operations executed while evaluating the expression. Expensive operations are those that load additional data, such as entity properties, comments, or custom fields.
beans AllOfJiraExpressionsComplexityBeanBeans The number of Jira REST API beans returned in the response.
primitiveValues AllOfJiraExpressionsComplexityBeanPrimitiveValues The number of primitive values returned in the response.