[SOLVED] Send ticket to Queue based on service (ACL)

Moderator: crythias

Locked
jonathanb
Znuny newbie
Posts: 4
Joined: 14 Aug 2012, 10:46
Znuny Version: 3.1.4.
Real Name: Jonathan
Company: Printing

[SOLVED] Send ticket to Queue based on service (ACL)

Post by jonathanb »

Hello Everyone,

Is it possible to make an ACL which sends a ticket directly to a specified Queue when the ticket has a specified service in it?
screen01.png
As you can see above I tried to make a test ACL to do this, but it won't work.
All tickets arrive in the inbox queue and tickets with the "test" service should go straight to the "Process Engineering" queue.

Could someone please help me with this?

---
Jonathan
You do not have the required permissions to view the files attached to this post.
Last edited by jonathanb on 04 Mar 2016, 12:45, edited 1 time in total.
blastik
Znuny newbie
Posts: 49
Joined: 24 Feb 2012, 09:59
Znuny Version: 5.0.16
Location: Barcelona, Spain
Contact:

Re: Send ticket to Queue based on service (ACL)

Post by blastik »

ACL's are not meant for this. Let me copy paste you the info from the manual....
Access Control Lists (ACLs) can be used to control access to tickets, modules, queues, etc., or to influence actions on tickets (closing, moving, etc.) in certain situations.
OTRS 5
Ubuntu with MySQL
Authenticating users & agents via LDAP
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: Send ticket to Queue based on service (ACL)

Post by reneeb »

You should create a generic agent for this...
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
jonathanb
Znuny newbie
Posts: 4
Joined: 14 Aug 2012, 10:46
Znuny Version: 3.1.4.
Real Name: Jonathan
Company: Printing

Re: Send ticket to Queue based on service (ACL)

Post by jonathanb »

@blastik
Thank you for your reply.
I saw moving and thought you could make the ticket move, but now I understand that they mean the permission on the moving command.

@reneeb
Thank you for your reply.
That did the trick! I thought that the Generic Agent was for something else, but this is great and opens a lot of options for me.

Thank you both for your help!
Locked