Sub-Queues and Filters

Moderator: crythias

Post Reply
tgilles
Znuny newbie
Posts: 8
Joined: 25 Jul 2010, 20:08
Znuny Version: 2.4.7

Sub-Queues and Filters

Post by tgilles »

Ok..

I have lets say, 5 Technicians.. Each with their main Queue (Which is there name) then 3 or 4 standard sub queues... How in the world do I force the filter to automatically push an incomming ticket to a Sub-Queue under a specific technician if each tech has standard sub-queues? Example below.

Queue Email all goes to a single email support@somedomain.com - I've assigned alias's to it for different technician queues.. In this case: jdq@somedomain.com
Main Queue:
John_Doe

Sub Queues:
- Service_Requests
- Installation_Requests
- Quote_Requests

etc, etc.. EACH tech queue having the same sub-queues.. .
Match To: jdq@somedomain.com
Set X-ORTS-Queue: <?????????WHAT GOES HERE???????>

Soo,, the question is, what format do I use with the X-ORTS-Queue field when you have 4 Tech sub-queues with the same Service_Requests?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Sub-Queues and Filters

Post by jojo »

You should not create a queue per technician but per Team


Please also have a look on the ticket type for displaying if the ticket is a service request or an incident..
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
fbobraga
Znuny newbie
Posts: 77
Joined: 15 Jul 2010, 20:04
Znuny Version: 2.4.7
Contact:

Re: Sub-Queues and Filters

Post by fbobraga »

tgilles wrote:Set X-ORTS-Queue: <?????????WHAT GOES HERE???????>
I also don't know this: the queue name? or ID?
Evaluation/pilot: OTRS 2.4.7 on Linux (CentOS 5.4) with MySQL database connected to an Active Directory for Agents and Customers.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Sub-Queues and Filters

Post by crythias »

I believe the answer is:
Queuename or
Queuename::SubQueue or
Queuename::SubQueue::SubsubQueue
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Dieter_be
Znuny newbie
Posts: 10
Joined: 14 Sep 2010, 14:08
Znuny Version: 2.4.7

Re: Sub-Queues and Filters

Post by Dieter_be »

fbobraga wrote:
tgilles wrote:Set X-ORTS-Queue: <?????????WHAT GOES HERE???????>
I also don't know this: the queue name? or ID?
the name. It's trivial to try this out, if you have a working procmail setup (which is easy as well, given that otrs ships a sample .procmailrc file)
Post Reply