OTRS ACL example, filter per User Group?

Moderator: crythias

Locked
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

OTRS ACL example, filter per User Group?

Post by shostakovich »

Hi,

I want to filter the Queue list depending on the logged on user. Part of an example from http://doc.otrs.org/2.4/en/html/acl.html is, it's a user match property:

Code: Select all

# current user match properties
User => {
   Group_rw => [
      'hotline',
   ],
},
Does that semantically mean, the rule matches, if the logged on user has writing access on tickets in queues which have the group "hotline" as the access property?

That would make things complicated. I'm simply searching for an ACL property like "is group member of". What do you think?

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

Re: OTRS ACL example, filter per User Group?

Post by jojo »

you can not be group member. You can only have permissions on groups.
"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
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

Re: OTRS ACL example, filter per User Group?

Post by shostakovich »

Yeah, true. This still seems to be a bit tricky. Also, inconsistencies in terminology. For instance, in http://ebktts.emea.healthcare.cnb/otrs/ ... AdminEmail you read about "Group members".
Locked