Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Checkout automation provides smart values that enable a users to inject Checkout and JIra values into Jira fields in order to customize content in other tickets with values from Checkout order.

Smart values are categorized into two groups. These are:

Checkout Attributes

  • {{ItemCount}} - Returns the aggregate count of items in the order.

  • {{OrderTotal}} - Returns the total price of all items in the order.

  • {{ItemNames}} - Returns the name of each item in the order.

Jira fields

  • {{Assignee}} - Returns the name of the issue assignee of the Checkout order.

  • {{Description}} - Returns the description from the Checkout Order

  • {{Reporter}} - Returns the name of the issue reporter of the Checkout order.

  • {{IssueKey}} - Returns the issueKey of the Checkout Order

  • {{Summary}} - Returns the Summary of the Checkout Order

  • {{DueDate}} - Returns the DueDate of the Checkout Order

  • No labels