Queue hidden using ACL

Moderator: crythias

Locked
amedina
Znuny newbie
Posts: 22
Joined: 22 Jun 2016, 22:03
Znuny Version: 5.0.7
Real Name: Alberto Medina
Company: Maritima Dominicana, S.A.S.

Queue hidden using ACL

Post by amedina »

Hi all,
I have created a couple of ACLs to hide some queues from customers, queues like "network" and "infraestructure" that we want that only agents could create tickets on those queues. The ACL works perfectly on the customer page (/otrs/customer.pl), the problem is that those ACLs applys also on the Agent site (tickets tab-->new phone ticket). How can I make those queues available to agents but hidden from customers?

Thanks and best regards,
Amedina
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Queue hidden using ACL

Post by root »

Fix your ACLs ;-) You can check the frontend and other properties like CustomerUser => UserLogin
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
amedina
Znuny newbie
Posts: 22
Joined: 22 Jun 2016, 22:03
Znuny Version: 5.0.7
Real Name: Alberto Medina
Company: Maritima Dominicana, S.A.S.

Re: Queue hidden using ACL

Post by amedina »

Hi and Thanks for you reply,
is there a property to know if it is an Agent? Something like "Agent=0"?
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Queue hidden using ACL

Post by root »

Look at https://otrs.github.io/doc/manual/admin ... -reference

User => UserLogin regexp .*
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked