Skip to content

Command: ticket.createItem

Back to Index

Adds a new Ticket Item to a Ticket

Body
ticketItemIduuid (optional)

Optional Id. Must be unique.

itemTypeKeystring

Required type key of the item.

dynamicmap of string to any value (optional)

Optional dynamic fields to set on the item.

createdAtany value (optional)

Overrides createdAt value of the item. If not set (or set to the future), the time will be set to the current sytem time of creation.

Back to Index