Splitting of Queue in case of a new ticket.

Moderator: crythias

Locked
catharn
Znuny newbie
Posts: 32
Joined: 05 Feb 2015, 13:19
Znuny Version: 4.0.x

Splitting of Queue in case of a new ticket.

Post by catharn »

Hello everybody,

I'm coming with a request, without knowing if it is possible to do it.

In a OTRS System, you have Queues and also SubQueues.
Generally, when you open a new ticket, you can chose the Queues and directly in the same dropdown menu the subqueues.

Imagine, we have two queues : Helpdesk and Order
In Helpdesk, we have the two sub queues Hardware Problem and Software problem.
So we have :
Helpdesk
- Hardware Problem
- Software Problem

I want in fact, in case of a new ticket, that we can select in a first dropdown menu the "root queue", and in function of if there is another subqueue present in the queue, it opens a new dropdown menu with the other possibility.

In our example, we'll have a first dropdown menu with Helpdesk and Order, and if we chose Helpdesk, it appears an other dropdown menu in order to chose Hardware Problem or Software Problem.

Can you indicate me if this is possible ? :)

Thank you in advance, and I hope you'll understand my request!

Have a good day
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Splitting of Queue in case of a new ticket.

Post by reneeb »

This would need development. If you develop a solution you should ask yourself what should happen if you have three levels (Hardware -> Software Problems -> Office)...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Splitting of Queue in case of a new ticket.

Post by crythias »

You may want to consider Services instead of Queues for this. Queues should be related to the [groups of] agent that can handle a specific ticket.
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
catharn
Znuny newbie
Posts: 32
Joined: 05 Feb 2015, 13:19
Znuny Version: 4.0.x

Re: Splitting of Queue in case of a new ticket.

Post by catharn »

Thanks for your answer. I'll have a look at that for the weekend.
Locked