Hi Folks,
I have the following setup and i cant find a way to figure out how to solve this problem so hopefully you can help me.
1. we are a few persons in our office
2. there is 1 boss and the rest are assistants
3. only the boss should have the permission to change the owner of a ticket because he wants to see every progress
4. the assistants are allowed to work on the ticket and take the responsibilty and give it to other assistants
Every queue is bound to the 'users'-group. When i now remove the rw-permission from an assistant he can't see any tickets in the Dashboard anymore but they see the tickets in the Queue-View. I even changed Ticket::Frontend::AgentTicketQueue###ViewAllPossibleTickets to yes but it didnt work.
I would be thankful if anyone could help me.
Greetz Bob
Queue Permissions
Moderator: crythias
-
- Znuny newbie
- Posts: 3
- Joined: 26 Jul 2011, 15:39
- Znuny Version: 4.0.3
- Real Name: Bob
- Company: RWTH Aachen
Queue Permissions
OTRS: 4.0.3
OS: Centos 7
OS: Centos 7
Re: Queue Permissions
That is because in order to see the tickets on dashboard, you need to have rw permissions so you need to change this. For example, if you want to allow users with read only permission to a queue to be able to see open tickets, you have to change Permission = rw to Permission = ro in SysConfig underBobbyAC wrote:When i now remove the rw-permission from an assistant he can't see any tickets in the Dashboard anymore but they see the tickets in the Queue-View.
Code: Select all
Ticket -> Frontend::Agent::Dashboard
Code: Select all
DashboardBackend###0130-TicketOpen
Code: Select all
Ticket -> Frontend::Agent::Dashboard
Code: Select all
DashboardBackend###0120-TicketNew
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
-
- Znuny newbie
- Posts: 3
- Joined: 26 Jul 2011, 15:39
- Znuny Version: 4.0.3
- Real Name: Bob
- Company: RWTH Aachen
Re: Queue Permissions
Hey aph!
Thanks for your help! Everything worked so far! Now i have a little more problem.
Now 1 of the assistants has all the rights without owner and rw but I'm not possible to set him as an responsible person for a ticket! Can you tell me which kind of changes i have to make for that?
Thanks so far!
Thanks for your help! Everything worked so far! Now i have a little more problem.
Now 1 of the assistants has all the rights without owner and rw but I'm not possible to set him as an responsible person for a ticket! Can you tell me which kind of changes i have to make for that?
Thanks so far!
OTRS: 4.0.3
OS: Centos 7
OS: Centos 7
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Queue Permissions
Because responsible needs full rights. Responsible and Owner are interchangeable by designation.BobbyAC wrote:without ...rw but I'm not possible to set him as an responsible person for a 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
-
- Znuny expert
- Posts: 155
- Joined: 04 Aug 2014, 23:59
- Znuny Version: 3.3.8
- Real Name: Roberto A. Valdomir
Re: Queue Permissions
crythias, you can add responsible as permission editing sysconfing, and rw will not be necessary to be responsible. Just a way to avoid RWcrythias wrote:Because responsible needs full rights. Responsible and Owner are interchangeable by designation.BobbyAC wrote:without ...rw but I'm not possible to set him as an responsible person for a ticket!
Roberto A. Valdomir
Mobile: (+598) 93 868 147 | Skype: roberto.a.valdomir
@roberto.valdomir | re.vu/robertovaldomir
----------------------------------------------------------------------------------------
OTRS 3.3.8 | RHEL 6 x64 | Oracle 11g | Custom Development by OTRS365
Mobile: (+598) 93 868 147 | Skype: roberto.a.valdomir
@roberto.valdomir | re.vu/robertovaldomir
----------------------------------------------------------------------------------------
OTRS 3.3.8 | RHEL 6 x64 | Oracle 11g | Custom Development by OTRS365