Prevent move to a queue

Moderator: crythias

Locked
Krakus
Znuny newbie
Posts: 20
Joined: 16 Oct 2012, 14:54
Znuny Version: 3.1 version

Prevent move to a queue

Post by Krakus »

Hello,

I would like some agents to be prevented to move tickets to some specific queues. I did not find ant way to do that. Does anybody have a solution to that?

Thanks,

Greg
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Prevent move to a queue

Post by jojo »

Permissions....
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
KimmoJ
Znuny newbie
Posts: 47
Joined: 15 Sep 2011, 09:32
Znuny Version: 6.0.22
Real Name: Kimmo Jaskari
Company: Transmar Ab

Re: Prevent move to a queue

Post by KimmoJ »

First create groups and queues, then create a role that is appropriate (ie, if you have a support queue, you create a support - or support-staff - role). You then edit the role-group relationship so that the role has MOVE_INTO permission checked for only the groups you want the "support-staff" role to be able to move tickets into. The role should probably have (almost) everything checked for the support group in this example, though.

New staff you add after that can just be linked to a specific role and they get the right settings.
Krakus
Znuny newbie
Posts: 20
Joined: 16 Oct 2012, 14:54
Znuny Version: 3.1 version

Re: Prevent move to a queue

Post by Krakus »

Thank you very much, this is exactly what I wanted. I know understand better the groups and its utility ;)
Locked