This article explains how to create a workflow to prevent agents from solving tickets with an active side conversation.
The workflow includes the steps below:
- Step 1: Create a trigger to apply a tag to your tickets with side conversations
- Step 2: Create a trigger to reopen the parent ticket if that ticket status is changed to Solved and the tag appears
- Step 3: Create a trigger to remove the tag if the the side conversation is closed
Step 1: Create a trigger to apply a tag to your tickets tickets with side conversations
This trigger will tag your tickets when a side conversation is created.
- Create a trigger.
- Name your trigger > add any Category.
- Under Meet ALL the following conditions, add these conditions:
- Under Actions, add:
-
Ticket > Add tags
side_conversation_created
-
Ticket > Add tags
- Click Create trigger.
Step 2: Create a trigger to reopen the parent ticket if that ticket status is changed to Solved and the tag appears
This trigger will reopen your ticket when the status changes to Solved and the tag from the first trigger appears on the ticket.- Create a second trigger.
- Name your trigger > add any Category.
- Under Meet ALL the following conditions, add these conditions:
- Ticket > Ticket status | Changed to | Solved
-
Ticket > Tags | Contains at least one of the following |
side_conversation_created
- Under Actions, add:
-
Ticket > Ticket status | Open
-
Ticket > Ticket status | Open
- Click Create trigger.
Step 3: Create a trigger to remove the tag if the the side conversation is closed
This last trigger removes the tag if the side conversation closes.
- Create a third trigger.
- Name your trigger > add any Category.
- Under Meet ALL the following conditions, add these conditions:
- Ticket > Side conversation | Is | Closed
-
Ticket > Tags | Contains at least one of the following |
side_conversation_created
-
Ticket > Update via | Is | Side conversation
- Under Actions, add:
-
Ticket > Add tags |
closed_side_conversation
-
Ticket > Remove tags |
side_conversation_created
-
Ticket > Add tags |
- Click Create trigger.
For more information, see these articles: