Skip to content

Commit b74e59d

Browse files
jero-odoodinakdugarFelicious
committed
[IMP] Helpdesk: Auto Assign tags
closes #12368 Signed-off-by: Samuel Lieber (sali) <[email protected]> Co-authored-by: Dina Klarisse Dugar <[email protected]> Co-authored-by: Felicia Kuan <[email protected]>
1 parent 72324dd commit b74e59d

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

content/applications/services/helpdesk.rst

+25-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Helpdesk
88
Odoo **Helpdesk** is a ticket-based customer support application. Multiple teams can be configured
99
and managed in one dashboard, each with their own pipeline for tickets submitted by customers.
1010
Pipelines are organized in customizable stages that enable teams to track, prioritize, and solve
11-
customer issues quickly and efficiently.
11+
customer issues efficiently.
1212

1313
Create a Helpdesk team
1414
======================
@@ -88,16 +88,24 @@ When tickets are received, they need to be assigned to a member of the team. Thi
8888
manually on each individual ticket, or through :guilabel:`Automatic Assignment`. Check the
8989
:guilabel:`Automatic Assignment` checkbox to enable this feature for the team.
9090

91+
.. important::
92+
If an employee has time off scheduled in the **Time Off** application, they are **not** assigned
93+
tickets during that time. If no employees are currently available, the system looks ahead on the
94+
calendar until there is a match.
95+
9196
.. image:: helpdesk/helpdesk-visibility-assignment.png
9297
:alt: View of a Helpdesk team settings page emphasizing the automatic assignment features in Odoo
9398
Helpdesk.
9499

100+
Assign tickets based on workload
101+
********************************
102+
95103
Select one of the following assignment methods, based on how the workload should be allocated across
96104
the team:
97105

98106
- :guilabel:`Each user is assigned an equal number of tickets`: Tickets are assigned to team members
99-
based on total ticket count, regardless of the number of open or closed tickets they are
100-
currently assigned.
107+
based on total unassigned ticket count, regardless of the number of open or closed tickets they
108+
are currently assigned.
101109
- :guilabel:`Each user has an equal number of open tickets`: Tickets are assigned to team members
102110
based on how many open tickets they are currently assigned.
103111

@@ -109,14 +117,22 @@ the team:
109117
When :guilabel:`Each user has an equal number of open tickets` is selected, it ensures a balanced
110118
workload among team members, as it takes the current number of active tickets into account.
111119

112-
Finally, add the :guilabel:`Team Members` who are to be assigned tickets for this team. Leave the
120+
Add the :guilabel:`Team Members` who are to be assigned tickets for this team. Leave the
113121
field empty to include all employees who have the proper assignments and access rights configured in
114122
their user account settings.
115123

124+
Assign tickets based on expertise
125+
*********************************
126+
127+
To assign tickets to team members based on their expertise, and the associated tag on the tickets,
128+
select :guilabel:`Dispatch tickets based on tags` under :guilabel:`Automatic Assignment`. Then,
129+
click :guilabel:`Configure tags handled by team members`.
130+
131+
Click :guilabel:`New` to create a new :guilabel:`Ticket Tag`, such as `Pricing` or `IT`. Select one
132+
or more :guilabel:`Team Members` from the drop-down list. Click :guilabel:`Save` when finished.
133+
116134
.. important::
117-
If an employee has time off scheduled in the **Time Off** application, they are **not** assigned
118-
tickets during that time. If no employees are available, the system looks ahead until there is a
119-
match.
135+
If a ticket has no tag set, the ticket remains unassigned.
120136

121137
.. seealso::
122138
- :ref:`Manage users <users/add-individual>`
@@ -148,8 +164,8 @@ tickets can be converted to *opportunities* and assigned to a sales team for fol
148164
.. important::
149165
This feature is **only** available if the :doc:`CRM <../sales/crm>` app is installed.
150166

151-
To convert a ticket to an opportunity, first navigate to a ticket, either from a team's pipeline,
152-
or by navigating to :menuselection:`Helpdesk app --> Tickets` and clicking a ticket to open it.
167+
To convert a ticket to an opportunity, first navigate to a ticket, either from a team's pipeline, or
168+
by navigating to :menuselection:`Helpdesk app --> Tickets` and clicking a ticket to open it.
153169

154170
At the top of the ticket, click the :guilabel:`Convert to Opportunity` button.
155171

Loading

0 commit comments

Comments
 (0)