A Customer based queue

Moderator: crythias

Locked
damirun
Znuny newbie
Posts: 9
Joined: 24 Oct 2014, 12:56
Znuny Version: 3.3.3
Location: Italy

A Customer based queue

Post by damirun »

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.
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: A Customer based queue

Post by aph »

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
damirun
Znuny newbie
Posts: 9
Joined: 24 Oct 2014, 12:56
Znuny Version: 3.3.3
Location: Italy

Re: A Customer based queue

Post by damirun »

aph wrote:You can do this using ACL based on customer ID.
Thanks aph but I have tried to put this code into my config.pm but the user cliente1 see all queues:

$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

Post by crythias »

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
Locked