Can we set into OTRS a list of queue that some customer should view into "TO:" field of ticket creation page?
For example:
- I have two customers: Mr.A and Mr.B;
- I have the following queues: Q1, Q2 and Q3.
I want that the customer Mr.A view only the queue Q1 and Mr.B view all of them (Q1, Q2 and Q3)
Can i set this into OTRS? And how?
Thanks to anyone for help.
A Customer based queue
Moderator: crythias
Re: A Customer based queue
You can do this using ACL based on customer ID.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: A Customer based queue
Thanks aph but I have tried to put this code into my config.pm but the user cliente1 see all queues:aph wrote:You can do this using ACL based on customer ID.
$Self->{TicketAcl}->{'ACL2'} = {
Properties => {
Ticket => {
CustomerUser => ['cliente1',],
}
},
Possible => {
Ticket => {
Queue => ['Coda 1'],
},
},
};
But I want that "cliente1" just see the queue "Coda 1"
Can you help me more?
Thanks
-
crythias
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: A Customer based queue
You *really* shouldn't use customer based queues. Locations, fine, but customers? no. Queues are for groups of agents that can handle a category of 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
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