Zendesk - Ticket fields

Zendesk tickets contain various ticket fields that add information about the ticket. Some fields are required inputs by the requester (for example, Subject), while some fields are outputs generated by the system (for example, Ticket ID).

Ticket input fields

To view the full list of ticket fields, go to settings > under Manage > Ticket Fields.

Ticket fieldsTicket fields

Ticket default input fields

Zendesk's out-of-the-box ticket fields gather basic information. At default, only "subject" and "comment" is configured as mandatory.

Input fieldDescription
Ticket formSelect a ticket form to use preconfigured custom fields.
SubjectThe subject of the ticket.
DescriptionThe description of the ticket.
TypeThe type of ticket. Permitted values are problem, incident, question, or task.
PriorityThe priority of the ticket. Permitted values are urgent, high, normal, or low.
External IDA unique identifier from another system.
StatusThe status of the ticket. Permitted values are open, pending, hold, solved, or closed.
Requester IDThe unique Zendesk ID of the user who requested this ticket.
Submitter IDThe unique Zendesk ID of the user who submitted the ticket. An Agent can submit a ticket on behalf of a customer (requester).
Assignee IDThe unique Zendesk ID of the Agent assigned to the ticket.
Organization IDThe unique Zendesk ID of the requester's organization.
Group IDThe unique Zendesk ID of the group assigned to the ticket.
Forum topic IDThe topic this ticket originated from.
Recipient email addressThe email of the original recipient of the ticket.
Has incidentsSelect Yes to mark this ticket as a problem, otherwise select No.
Due atOnly applied if the ticket is a task type. The due date of the ticket.
TagsThe tags applied to this ticket. You can add multiple tags with the , separator.

Ticket custom input field

Aside from the preconfigured fields, Zendesk allows you to customize ticket fields to suit your business use-cases. Below is an example of ticket custom fields.

Ticket custom fieldField typeMandatory
DepartmentDrop-down (list)Yes
Linked to product IDNumeric (int)Yes
Product short nameText (string)No
Occurred beforeCheckbox (boolean)Yes
Date of last incidentDate (date)No

Ticket output fields

Some ticket fields are manual inputs (for example, Subject), while others are generated by the system (for example, Ticket ID).

Ticket default output fields

Depending on the field configuration, some fields might have null or default values.

Input fieldDescription
Ticket IDThe unique Zendesk ID of the ticket. This is automatically assigned when the ticket is created.
SubjectThe subject of the ticket.
TypeThe type of ticket. Permitted values are problem, incident, question, or task.
PriorityThe priority of the ticket. Permitted values are urgent, high, normal, or low.
External IDA unique identifier from another system.
StatusThe status of the ticket. Permitted values are open, pending, hold, solved, or closed.
Requester IDThe unique Zendesk ID of the user who requested the ticket.
Submitter IDThe unique Zendesk ID of the user who submitted the ticket.
Assignee IDThe unique Zendesk ID of the Agent assigned to the ticket.
Organization IDThe unique Zendesk ID of the organization of the requester.
Group IDThe unique Zendesk ID of the group assigned to the ticket.
Forum topic IDThe topic this ticket originated from.
Recipient email addressThe email of the original recipient of the ticket.
Has incidentsIs True if this ticket has been marked as a problem, otherwise it will display False.
Due atThe due date of the ticket.
TagsThe tags applied to this ticket. You can add multiple tags with the , separator.
Ticket form IDThe unique Zendesk ID of the ticket form associated with this request.
Via: ChannelInformation about how the ticket was created. Some possible values are "web", "mobile", "API" etc.
Via: SourceOnly for follow-up tickets. This shows the unique Zendesk ID of a closed ticket.
DescriptionThe description of the ticket.
Ticket URLThe API URL of this ticket.
Date createdThe time this ticket was created.
Date updatedThe time this ticket was last updated.

Ticket custom output fields

If you have configured ticket custom fields, you can retrieve the corresponding output. Below is an example of ticket custom output fields.

Ticket custom fieldField typeOutput
DepartmentDrop-down (list)Sales
Product IDNumeric (int)86415a8e-8282-11e9-a9fa-a53f472c6300
Product short nameText (string)MX Mouse F3
Occurred beforeCheckbox (boolean)True
Date of last incidentDate (date)2019-05-30T11:04:06.000+08:00

Last updated: