Workflow Enhancer for Jira allows you to use the following operators to compare fields or macros to a predefined value.
Logical Operators
|
Description |
Operator |
|---|---|
|
AND |
& (alternatively && or AND) |
|
OR |
| (alternatively || or OR) |
|
NOT |
! |
|
Parentheses |
( ) |
Comparison Operators
|
Description |
Operator |
|---|---|
|
Equal |
= (alternatively ==) |
|
Not equal |
!= |
|
Greater |
> |
|
Greater or equal |
>= |
|
Less |
< |
|
Less or equal |
<= |
Which types of fields and values can be compared against each other with order operators is described in the expandable section below.
Arithmetic Operators
|
Description |
Operator |
|---|---|
|
Plus |
+ |
|
Minus |
- |
Which types of fields and values can be added or subtracted is described in the expandable section below.