Question
I created custom ticket fields that I want to ensure agents select before they update the ticket status. Can I set ticket fields as required for agents before they can move to a different ticket status?
Answer
Yes, you can select Required to solve a ticket in the settings of each ticket field. Other than this, you can also require agents to set specific ticket fields before they can move between the New, Pending, Open, or On-hold status categories.
Conditional ticket fields allow you to set specific ticket fields as required for all statuses based on whether or not another field is selected or has a specific value.
If you don't have access to conditional ticket fields, or you need to set a top-level field as required for a status other than Solved, create a trigger or an automation that can check if the field is blank and send a notification to the assignee to request them to complete the field.
To create the trigger
- Create a trigger.
- Under Meet ALL of the following conditions add the below conditions:
- Custom_field | Is | -
-
Status category | Changed to | <status> (for example, pending, open, on-hold)
- Under Actions include:
- Email user | (assignee)
- Email user | (assignee)