RE: [otrs] More sophisticated ACLs?

Robert Kehl wrote:
On Saturday, April 03, 2004 12:58 AM Tyler Hepworth
wrote: Are there more sophisticated acls available for OTRS? For example, I want to be able to grant users the ability to take ownership of tickets for themselves, but not assign ownership of tickets to others. And maybe for some, I want to grant both the ability to take and assign ownership.
You should be able to achieve the wanted behaviour by the following setting:
$Self->{'System::Permission'} = ['ro', 'move_into', 'create', 'note', 'close', 'pending', 'owner', 'priority', 'customer', 'freetext', 'forward', 'bounce', 'move', 'rw'];
Sorry, I don't understand the system well enough yet to know what this means.
After this, you may revoke the right 'owner' from some or all of your agents.
If I revoke the right 'owner' won't that make it impossible for an agent to claim tickets for themselves / work on the ticket?

On Monday, April 05, 2004 5:26 PM
Tyler Hepworth
Robert Kehl wrote:
$Self->{'System::Permission'} = ['ro', 'move_into', 'create', 'note', 'close', 'pending', 'owner', 'priority', 'customer', 'freetext', 'forward', 'bounce', 'move', 'rw'];
If I revoke the right 'owner' won't that make it impossible for an agent to claim tickets for themselves / work on the ticket?
Not exactly. The do not have the right to claim the ownership, as well as give ownership to s.o. else. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Robert Kehl
-
Tyler Hepworth