District user groups and permissions . need advice!

Moderator: crythias

Locked
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

District user groups and permissions . need advice!

Post by morecw »

Hi all,

we are taking on a new group of users in a new district. We'll add them to OTRS, encouraging them to use Customer.pl and also to have a few "administrators" who can view the tickets of all these users, without giving them access to the tickets of the remaining users of the system.

These administrators are not agents. Should I pursue some sort permissions route with Customer.pl or maybe just create a queue, give these administrators an agent account with access to only this particular queue?

I guess I'm looking for some advice how I can group these users and enable a few of them to see all of just their tickets and no-one else already existing in system..

Any advice appreciated.
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: District user groups and permissions . need advice!

Post by crythias »

viewtopic.php?f=60&t=7531

Short answer: Everyone in DistrictA has the same CustomerID. Supervisors are members of groups that have access to "Company Tickets".
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
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: District user groups and permissions . need advice!

Post by morecw »

crythias wrote:viewtopic.php?f=60&t=7531

Short answer: Everyone in DistrictA has the same CustomerID. Supervisors are members of groups that have access to "Company Tickets".
ok but doesn't that mean users of DistrictA can still search each other's tickets?
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: District user groups and permissions . need advice!

Post by crythias »

If you don't want them to search, don't let them search (remove it).
If you want them to search, you'll need to provide individual Customer_ID and set Supervisors with customer_ids holding all the user's customer_id.
or, modify the code so they can only see their own tickets in search.
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
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: District user groups and permissions . need advice!

Post by morecw »

ok so to summarise:

Give all users in this district the same CustomerID. To ensure security, set up a "Customer Tickets" groups and therefore enable Search/Company Tickets for only users of this group.

..And if someone decides that we must absolutely allow Search for users, then we do the grouping instead via customer_ids.

Is that about right?
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: District user groups and permissions . need advice!

Post by crythias »

morecw wrote:And if someone decides that we must absolutely allow Search for users, then we do the grouping instead via customer_ids.
Search is hard coded to involve customer_id, I believe, so it'll need to be adjusted in code to ignore it.
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