Versions Compared

Key

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

...

The following values are searchable in a Checkout Order.

Attribute

JQL Reference

Type

Total

issue.property['com.mumosystems.checkout-order'].total

Number

Order Status

issue.property['com.mumosystems.checkout-order'].status

Text

Department Budget

issue.property['com.mumosystems.checkout-order'].department.budget

Number

Department Code

issue.property['com.mumosystems.checkout-order'].department.code

Text

Department Name

issue.property['com.mumosystems.checkout-order'].department.name

Text

Address Street Number

issue.property['com.mumosystems.checkout-order'].address.address

Text

Address State

issue.property['com.mumosystems.checkout-order'].address.state

Text

Address Country

issue.property['com.mumosystems.checkout-order'].address.country

Text

Address Postal Code

issue.property['com.mumosystems.checkout-order'].address.code

Text

The following attributes are searchable in checkout Purchase Order

Attribute

JQL Reference

Type

Total

issue.property['com.mumosystems.purchase-order'].

...

Attribute

JQL Reference

Type

Total

total

Number

Vendor Name

issue.property['com.mumosystems.purchase-order'].

total

Number

Vendor Name

vendor.name

Text

For example. You can search for all items purchase made from Apple.

Code Block
issue.property['com.mumosystems.purchase-order'].vendor.name

...

 ~ "Apple"

Total

Every Checkout order has a total price associated with it.

...