Use ACL only for customer web-tickets

Moderator: crythias

Locked
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Use ACL only for customer web-tickets

Post by yuri0001 »

Hi!
Is anybody know how to exclude some ticket Types using ACL when the Customer created new ticket via web-interface (but all Types would be available for agent while creating PhoneTicket)
1. I don't see in manual (chapter 18. Reference) how to describe Customer Actions in Properties section of ACL (if it available)?
2. How to describe available Types in Possible section?
Please help! :?
Thanks!!!
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: Use ACL only for customer web-tickets

Post by yuri0001 »

I found the answer for first question:

Code: Select all

        Properties => {Frontend => {Action => ['CustomerTicketMessage'] }},
this construction works well,
BUT
Types in Possible section - anybody know?
I'll try as in Properties -

Code: Select all

   Ticket => {     
            Type => {
#            ID   => ['some id'],
            Name => ['some name'],
            # ...
           } 
           },
but it not works :(
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: Use ACL only for customer web-tickets

Post by yuri0001 »

Hi!
The right solution is:
Possible => { Type = > ['some name']........
It's work! :)
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
Locked