A ticket type, used to define the data fields to be captured in a ticket.
String representing the object's type. Always has the value ticket_type.
Example:"ticket_type"
ticket_type_attributesobject(Ticket Type Attributes)
A list of attributes associated with a given ticket type.
{ "type": "ticket_type", "id": "1295", "category": "Customer", "name": "Bug", "description": "A bug that has been reported.", "icon": "🐞", "workspace_id": "ecahpwf5", "ticket_type_attributes": { "type": "string", "ticket_type_attributes": [ … ] }, "ticket_states": { "type": "list", "data": [ … ] }, "archived": false, "created_at": 0, "updated_at": 0 }