Admins and agents sometimes want to force a ticket status to Closed for these reasons:
- Closed tickets can't be modified in any way.
- Business rules may make changes upon or after a ticket is solved.
- The Zendesk API may make changes upon or after a ticket is solved.
This article provides a workaround to apply in these situations, with triggers that automatically close tickets based on certain conditions. For example, you can use the presence of a particular custom field value or a specific tag.
The workflow includes the steps below.
Video guide
Watch the video guide below to set up a trigger that manually closes tickets.
Step 1: Create a trigger
To create the trigger
- Add a new trigger
- Under Meet ALL of the following conditions, add:
- Object > Ticket > Status category | Less than | Closed
-
Object > Ticket > Tags | Contains at least one of the following |
closenow
-
Under Actions, add:
-
Object > Ticket > Remove tag |
closenow
-
Object > Ticket > Status category | Closed
This order of actions prevents issues with follow-up tickets being automatically closed upon creation.
-
Object > Ticket > Remove tag |
- Click Create trigger
Step 2: Create a macro for your agents
To make sure that your agents don't forget to add the closenow
tag, add a macro.
To add a tag with a macro
- Create a macro
- Under Actions, add Add tags |
closenow
- Click Create
When an agent applies the macro, the ticket is automatically tagged which fires the trigger.
Note: In accounts with custom ticket statuses deactivated, use Status for the condition and action instead of Status category in the trigger recipe above.
6 comments
aku Nna
Hi Ricardo,
Is it possible to create a view for solved call tickets?
0
Ricardo Pinto
@... Definitely. Use the following conditions in Tickets must meet all of these conditions to appear in the view:
If you also want to account for outgoing calls, then the view should be different. Under Tickets must meet all of these conditions to appear in the view:
Then under Tickets can meet any of these conditions to appear in the view
Hope it helps!
0
aku Nna
Hi Ricardo,
Thanks for your response. I have tried it but the call tickets still does not go to the view, it remains empty.
Thanks.,
0
Cheeny Aban
Hi TN,
We'd love to further assist you regarding your concern. I highly suggest that you contact us so we can check your account and identify the reason why the said tickets are still not showing on your end.
All the best
0
S V
Very helpful video. Thanks :)
Once the ticket is closed manually by adding a business rule explained in the video, does the sender receive any notification email?
0
Erica Girges
Hi SV,
Great question! If the ticket is being placed directly into a closed status the sender will not receive any notification email. However, if you did need a notification to be sent you could use this workflow:
Create a macro and the actions would be to notify the user of the ticket closing and assign a tag to signal its ready for a manual close.
Then create a trigger that looks for that tag and proceeds to close the ticket.
Hope this helps!
Erica - Dev Support Engineer
0