...
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
issue.property['com.mumosystems.purchase-order'].vendor.name ~ "Apple"
Attribute | JQL Reference | Type |
---|
Total | issue.property['com.mumosystems.purchase-order'].total
| Number |
Vendor Name | issue.property['com.mumosystems.purchase-order'].vendor.name
| Text |
Total
Every Checkout order has a total price associated with it.
...