I've installed the extension Znuny-QuickClose. I want to hide the QuickClose button in the Ticket view for all users that are not the Ticket Owner. Similar to the default close button.
As I can see, the extension has not a build-in feature for this, so I tried using ACL.
I can hide the button if I use a fixed Agent Name in the Match settings. But I don't find a solution for a variable owner name. Example:
Code: Select all
---
- Comment: ''
  ConfigChange:
    PossibleNot:
      Action:
      - AgentTicketZnunyQuickClose
  ConfigMatch:
    Properties:
      Ticket:
        OwnerID:
        - '[Not]<OTRS_CURRENT_UserID>'
  Description: ''
  ID: 2
  Name: 1 - Quick Close Allow
  StopAfterMatch: 1
  ValidID: 1
Kind regards,
Funny