You can add custom fields for tickets, users, and organizations.
For information about creating custom fields, see:
The following table details the types of custom fields you can add.
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: When you configure a default option in a drop-down list, this only applies
to new tickets that are created by agents through the Support interface 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 and is shown as blank.
You can organize drop-down list options into categories (see Organizing drop-down list options). |
Multi-select | This field enables 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). ![]() Note that multi-select fields aren't supported by Flow Builder.
Note: Multi-select fields are not supported in user and organization
fields.
|
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. Note that multi-line fields aren't supported by Flow Builder. |
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. Note that checkbox fields aren't supported by Flow Builder. |
Numeric | This is for simple numeric input (no decimals). Values entered in custom number
fields for organizations or users can't exceed 12 digits. There are no restrictions
on the length of values in custom number fields for
tickets. Note that number fields aren't supported by Flow Builder. |
Decimal | This is for numbers that contain decimals. Note that decimal fields aren't supported by Flow Builder. |
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. Note that date fields aren't supported by Flow Builder.
Note: The calendar may display a
different date format and start of the week (for example, Monday instead of
Sunday) depending on the language selected in a user's profile.
|
Credit card | This field allows users to enter a credit card number in a secure, PCI
compliant manner. Only the last four digits are visible to agents and stored by
Zendesk. Note that credit card fields aren't supported by Flow Builder.
Note: Credit card fields are not supported in user and organization fields.
|
Regex | You can enter a Ruby 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 Ruby regular expressions, see Rubular. Regex fields aren't supported by Flow Builder. |
Lookup relationship | Custom lookup relationship fields allow admins to define custom relationships
that can exist between tickets, users, and organizations. Team members can then
establish those relationships while working on tickets, editing user profiles, or
editing organizations. See Using lookup relationship fields. |
43 Comments
Hi Brett
Please find the link and screen below for our form, thanks.
https://spscountrysupport.zendesk.com/hc/en-us
User is not able to pasting the screen under description ticket field.
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.
Hi Dane
My question is to make the ticket field can paste the Screenshot, not only fill the word, please check, thanks.
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.Hi Dane
But i found the "image" icon only available for sign-in end user but not for "anyone".
Is it expected behaviour?
Thanks.
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?
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!
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.
Can you increment a custom field value in an action in a trigger
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!
Nope as it doesn't address the rather specific question - Can you increment a custom field value in an action in a trigger. I cannot see anyway its possible so can so if you can tell me yes or no then I can stop wasting my time searching
To answer your question, I'll need to gather more details about your specific use case and workflow. I have created a Support ticket to continue the conversation. Talk to you there!
Please sign in to leave a comment.