Suite | Team, Growth, Professional, Enterprise, or Enterprise Plus |
Support | Team, Professional, or Enterprise |
You can add custom fields for tickets, users, and organizations.
About custom fields
- You can use drop-down list, multi-select, and checkbox custom fields that generate tags in automations, macros, triggers, reports, and views (see Understanding custom ticket fields, tags, and business rules).
- As placeholders in macros, ticket comments, and notification messages (see Placeholders for custom fields).
- Lookup relationship fields can be used in triggers and views (see Using lookup relationship fields in triggers and views.
- In reporting (Professional and Enterprise plans) (see Reporting with custom fields).
- In search (see Searching custom user and organization fields).
Custom user and organization fields are visible only to team members. End users can't see them. However, admins can make ticket fields visible to end users in addition to team members.
About custom field types
The following table details the types of custom fields you can add. In addition to these, you can create lookup relationship fields.
Types | Description |
---|---|
Drop-down | This field enables you to create a list of options for users to select. Each option is a combination of a title and a tag. The title is displayed to users and the tag is used as a ticket property that you can use in business rules. You can create up to 2,000 values in a custom drop-down list, with a maximum length of 255 characters per field.
You can select which field appears as the default option in the drop-down list or choose to not display a field value as a default.
Note: Configuring a default option in a drop-down list only applies to new tickets that are created by agents through the Agent Workspace or created by users wherever the ticket form is displayed. If you change an existing ticket form to one that contains a drop-down list with a default option, the default option is not displayed.
You can organize drop-down list options into categories (see Organizing drop-down list options). |
Multi-select | This field allows users to choose multiple options from a predetermined list. You can create up to 2,000 values in a custom multi-select list.
You can organize options into categories (see Organizing drop-down list options). ![]() |
Text | This is a simple single line text input.
The character limit for this field is 65,536. |
Multi-line | This is a multiple line text input.
The character limit for this field is 65,536. |
Checkbox | This is used to capture a Yes/No value. Enter a tag to be added to the ticket when the checkbox is selected. Use the tag to filter your views, triggers, and automations.
|
Numeric | This is for simple numeric input (no decimals). Values entered in custom number fields for organizations, users, and custom objects can't exceed 12 digits. There are no restrictions on the length of values in custom number fields for tickets.
|
Decimal | This is for numbers that contain decimals.
|
Date | Custom date fields allow your users to select a date from a date picker. Users can choose the current date or any date in the past or future.
Community tip! Colin shows how to use custom date fields to set reminders for tickets. Check it out in our community forums. If you use webhooks or other methods to change a custom date field in tickets, do not include hours or a timezone. It will cause an error.
Note: The formatting of the field value and calendar differs based on the language selected in a user's profile. However, the date is always saved in the
YYYY-MM-DD format. |
Credit card | This field allows users to enter a credit card number. Only the last four digits are visible to agents and stored by Zendesk.
Note: Credit card fields are not supported in user and organization fields.
|
Regex | You can enter a regular expression to create an input mask to validate proper entry of numbers in fixed patterns (telephone numbers, zip codes, social security numbers, etc).
Here's a regular expression for a U.S. social security number. This expression requires three sets of numbers (0-9 only) in a pattern of 3-2-4 and each separated by a dash: \b[0-9]{3}-[0-9]{2}-[0-9]{4}\b Other common regular expressions include:
Regular expressions can't exceed 255 characters. For more information about regular expressions, see Regular Expressions Language - Quick Reference on the Microsoft website. Zendesk uses Ruby to process regular expressions, which might vary slightly from other language implementations. For differences, see Using Regular Expressions with Ruby on the regular-expressions.info website. |
Lookup relationship | Custom lookup relationship fields allow admins to define custom relationships that can exist between tickets, users, organizations, and custom objects. Team members can then establish those relationships while working on tickets, editing user profiles, editing organizations, or managing custom objects. See Using lookup relationship fields.
|
75 comments
Shannon Kertis
Depending on the field type, you can certainly use custom field values in trigger conditions and actions. The field values will need to be predetermined before configuring your trigger actions. For more information, see the article: Using custom ticket fields in business rules and views.
Hope that helps!
0
Dave Symonds
Can you increment a custom field value in an action in a trigger
0
Jonathan Lunt
Hi Gab,
Thanks for raising the ticket.
It looks like the issue has vanished and is now working as expected.
I've closed the ticket.
0
Gab Guinto
You should be able to pass a URL value to a custom text field via API. Have you tried reaching out to the team who developed this integration? It may be best to get in touch with them to ask for help diagnosing the issue. But, let me create a ticket where we can continue this conversation, and see if there's anything else we can check from our end. Thanks!
1
Jonathan Lunt
I am trying to set up an integration with Monday.com. I'm trying to pass a Url to a field. Unfortunately i cant use the Regex field as it isnt a field that gets passed across.
I thought just using a text field would allow this but for some reason when i submit the ticket the field is always blank so its looks like this is being removed by Zendesk.
Is there any way around this?
0
Dane
0
Bell Chen
Hi Dane
But i found the "image" icon only available for sign-in end user but not for "anyone".
Is it expected behaviour?
Thanks.
1
Dane
Thank you for the clarification.
It seems your WYSIWG editor is currently set to false.
To modify it, go to Guide > Customize designs > Configuration > Edit Code.
Go to new_request_page.hbs, look for the
{{request_form wysiwyg=false}}
and change false to true.1
Bell Chen
Hi Dane
My question is to make the ticket field can paste the Screenshot, not only fill the word, please check, thanks.
0
Dane
I have tested it directly on my end and it worked without any issue. Can you have your affected users clear cache and history on their browsers? If the same issue persisted, please contact our support directly to investigate further.
0
Sign in to leave a comment.