I'm working with the new Procurement Add-On for Jira Data-Center called Checkout.
Checkout stores Order-Details as properties, not as customfield.values. I can get out the order-Information through smartvalues.
For example:
{{issue.properties."com.mumosystems.checkout-order".address.address}} {{issue.properties."com.mumosystems.checkout-order".address.city}} ...and so on.
Now I also want to work with Scriptrunner (extract order-details into an excel-file). How can I access those issue.properties?
How do I handle the expression 'com.mumosystems.checkout-order' ?
I tried following:
(Issue.properties.'"com.mumosystems.checkout-order".address.address')
but it always returns "null"
Thanks in advance!
Hello,
Checkout in datacenter does have the capability to export order data into an Excel spreadsheet.
For this to work, Purchase Orders must be enabled in a project, and the option for Multiple Issues Order Flow needs to be selected as is shown in the screenshot below.
Then, after submitting an order, if you view the Purchase Order that is automatically created and linked to the order, you will see an Actions button. If you click it, you will see an option for an Excel Report which will download a spreadsheet automatically when clicked.
If this is not the information you wanted, then we may be able to try to work through a Scriptrunner example of getting the Checkout Order properties.
use like this it is returning the address in full and city as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.