Skip to content

Ticket Type

A ticket type, used to define the data fields to be captured in a ticket.

typestringrequired

String representing the object's type. Always has the value ticket_type.

Value:"ticket_type"
Example:"ticket_type"
idstringrequired

The id representing the ticket type.

Example:"1295"
categorystringrequired

Category of the Ticket Type.

Enum:"Customer""Back-office""Tracker"
Example:"Customer"
namestringrequired

The name of the ticket type

Example:"Bug"
descriptionstringrequired

The description of the ticket type

Example:"A bug that has been reported."
iconstringrequired

The icon of the ticket type

Example:"🐞"
workspace_idstringrequired

The id of the workspace that the ticket type belongs to.

Example:"ecahpwf5"
ticket_type_attributesobject(Ticket Type Attributes)required

A list of attributes associated with a given ticket type.

archivedbooleanrequired

Whether the ticket type is archived or not.

Example:false
created_atinteger, (timestamp)required

The date and time the ticket type was created.

updated_atinteger, (timestamp)

The date and time the ticket type was last updated.

{ "type": "ticket_type", "id": "1295", "category": "Customer", "name": "Bug", "description": "A bug that has been reported.", "icon": "🐞", "workspace_id": "ecahpwf5", "ticket_type_attributes": { "type": "ticket_type_attributes.list", "ticket_type_attributes": [] }, "archived": false, "created_at": 0, "updated_at": 0 }