strategy of queue hierarchy

Moderator: crythias

Locked
zeus
Znuny newbie
Posts: 6
Joined: 17 Oct 2013, 10:10
Znuny Version: 3.2.9
Real Name: Zeus Panchenko
Company: I.B.S. LTD

strategy of queue hierarchy

Post by zeus »

hi

please, advise

what is the "correct" strategy for queue hierarchy?
vertical of horizontal (when is it better to use each one of both)?
is queue branching good or evil?
OTRS 3.2.x (private) on FreeBSD with PostgreSQL backend and LDAP as auth.
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: strategy of queue hierarchy

Post by wurzel »

OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: strategy of queue hierarchy

Post by crythias »

viewtopic.php?f=62&t=21712
zeus wrote:what is the "correct" strategy for queue hierarchy?
A queue is designed to be a collection of tickets that the agents assigned to the group assigned to the queue are able to accomplish. Do not use queues for customers.
zeus wrote:vertical of horizontal (when is it better to use each one of both)?
Horizontal is good for significant differences in types of tickets to be organized, and for different departments handling tickets.

Vertical is ... well, depends. Vertical might be useful for location, language, or sub categorization. However, getting to specific things to address should be handled by services.
zeus wrote:is queue branching good or evil?
Making queues is a one direction action. You can't delete them (you can invalidate them) once you create them. More Queues=more organization = more "handling" of the ticket, but more "reporting" capabilities.

It all depends on how much "organization" and "reporting" you wish after you segregate the tickets to the agents who will handle the tickets.
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
zeus
Znuny newbie
Posts: 6
Joined: 17 Oct 2013, 10:10
Znuny Version: 3.2.9
Real Name: Zeus Panchenko
Company: I.B.S. LTD

Re: strategy of queue hierarchy

Post by zeus »

crythias wrote: Do not use queues for customers.
ok, yes, "begers can not be choosers"(c)
crythias wrote:Horizontal is good for significant differences in types of tickets to be organized, and for different departments handling tickets.
mmm ... so, what if it is all tickets are related to one department only? I'm trying to deploy OTRS mostly for our IT department but the bundle of the questions is much different, from networking (L2,3,5-7) to purchasing different stuff
crythias wrote:Vertical is ... well, depends. Vertical might be useful for location, language, or sub categorization. However, getting to specific things to address should be handled by services.
ok, it is keyword for me (concerning the services)
crythias wrote:but more "reporting" capabilities ...
...
It all depends on how much "organization" and "reporting" you wish
so, if I want to have detailed reports and statistics, to branch queues is not bad idea indeed?
OTRS 3.2.x (private) on FreeBSD with PostgreSQL backend and LDAP as auth.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: strategy of queue hierarchy

Post by crythias »

zeus wrote:so, what if it is all tickets are related to one department only
Read the link I posted.
zeus wrote:but the bundle of the questions is much different, from networking (L2,3,5-7) to purchasing different stuff
General categorization of types are good candidates for queues. Specific things that would be handled as part of the type are good candidates for services.
For example: networking, purchasing = queues
networking::first floor, networking::second floor = vertical/subqueue
purchasing::capital expense, purchasing::consumables = vertical/subqueue

Possible candidates for service:
cable run
domain connectivity
email connectivity
Internet connectivity
server purchase
media purchase

See also viewtopic.php?f=62&t=6337 and viewtopic.php?f=60&t=11235
zeus wrote:so, if I want to have detailed reports and statistics, to branch queues is not bad idea indeed?
not a bad idea, no, but you should consider what you want to report on before you get too granular.
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
Locked