Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input

Description

Example

JSON Path

Path to the value of the variable in the scope.

$.issue.fields.status.name

Operand

EQUALS

NOT EQUALS

GREATER THAN

GREATER THAN OR EQUAL

LESS THAN

LESS THAN OR EQUAL

INCLUDES

NOT INCLUDES

Value

Value to compare agains

If you want to send only on status name To Do then the To Do will be the value.

...

Objects

If you point to an object and want to test it the object is empty or not then use the operand NOT EQUALS with the value empty. This will tell iHub to check if there is an object and run only if it exists.

Arrays

You can use .length to get the length of the array and compare with a number

...