Versions Compared

Key

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

...

You can also use the operators =,!=,>=,<,<= in a comparison query.

Return all tickets which do not have an order total (Do not contain an order.)

Code Block
issue.property['com.mumosystems.checkout-order'].total is empty

You can also use IS NOT to search for all tickets with an order.

Order Status

To query against the status property, use the following queries.

...