tried to achieve this using ACL but doesn't work.
Code: Select all
$Self->{TicketAcl}->{'Change owner on locked ticket-1'} = {
# match properties
Properties => {
# current ticket match properties
Ticket => {
Lock => ['lock'],
}
},
# return not possible options (black list)
Possible => {
Action => {
AgentTicketOwner => 1,
}
}
};