How to use ACL to show specific queues

Moderator: crythias

Post Reply
dvmat
Znuny newbie
Posts: 5
Joined: 25 Nov 2010, 23:23
Znuny Version: 3.0.10

How to use ACL to show specific queues

Post by dvmat »

Hello,

Is it possible to use ACL to show specific queues ?
I tried this without success :

Code: Select all

$Self->{TicketAcl}->{'ACL-QUEUE-TEST'} = {
Properties => {
Frontend => {
Action => ['AgentTicketPhone', 'AgentTicketEmail'],
},
CustomerUser => {
Group_rw => [ 'GRP-TEST', ],
},
},
Possible => {
Ticket => {
Queue => ['TEST'],
Priority => ['5 very high'],
},
},
};
OTRS 3.0.10 on Debian with MySQL
Post Reply