How To use ACL to show specific services for a Queue

Moderator: crythias

Post Reply
maureliosilverio
Znuny newbie
Posts: 17
Joined: 25 Aug 2011, 19:22
Znuny Version: 3
Real Name: Marcos Aurélio Silvério
Company: Suntech

How To use ACL to show specific services for a Queue

Post by maureliosilverio »

OK, i tried this:

Code: Select all

    $Self->{TicketAcl}->{'ACL - Support - Test'} =
{
                     # match properties
   Properties => {

        Queue => { Name => ['Internal Support'] },
   },

   Possible => {
        Ticket => { Service  => ['hardware' , 'software']
                  },
   },
};

My objective: The customer from "Internal Support" queue can only see 'hardware' and 'software' services in customer portal, but when i aplly this ACL the costumer can't see any service. What i missed?
OTRS 3.0.8 and ITSM 3.0.4 on Ubuntu Server 10.0.4.3 (running on Citrix XenServer)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How To use ACL to show specific services for a Queue

Post by crythias »

Are the services actually assigned to the customer?
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
maureliosilverio
Znuny newbie
Posts: 17
Joined: 25 Aug 2011, 19:22
Znuny Version: 3
Real Name: Marcos Aurélio Silvério
Company: Suntech

Re: How To use ACL to show specific services for a Queue

Post by maureliosilverio »

crythias wrote:Are the services actually assigned to the customer?
Yes, i tried to restart the service but still not working :(
OTRS 3.0.8 and ITSM 3.0.4 on Ubuntu Server 10.0.4.3 (running on Citrix XenServer)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How To use ACL to show specific services for a Queue

Post by crythias »

Is Internal Support a subqueue?
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
Post Reply