...
The following values are searchable in a Checkout Order.
Attribute | JQL Reference | Type |
---|---|---|
Total |
| Number |
Order Status |
| Text |
Department Budget |
| Number |
Department Code |
| Text |
Department Name |
| Text |
Address Street Number |
| Text |
Address State |
| Text |
Address Country |
| Text |
Address Postal Code |
| Text |
The following attributes are searchable in checkout Purchase Order
Attribute | JQL Reference | Type |
---|---|---|
Total |
|
...
Attribute
JQL Reference
Type
Total
| Number |
Vendor Name |
|
Number
| 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.
...