Groups/roles possible to edit/reply on locked tickets?

Moderator: crythias

Post Reply
hkais
Znuny expert
Posts: 280
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

Groups/roles possible to edit/reply on locked tickets?

Post by hkais »

Hi together,

is it possible to give a specific person group/role the permission to reply on a locked ticket, which is owned by a different agent?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
skullz
Znuny superhero
Posts: 618
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Groups/roles possible to edit/reply on locked tickets?

Post by skullz »

1. Turn on responsible features if not yet on by default, its off.

OR

2. Turn off required lock setting at System Configuration > AgentTicketCompose
hkais
Znuny expert
Posts: 280
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

Re: Groups/roles possible to edit/reply on locked tickets?

Post by hkais »

skullz wrote: 18 Aug 2021, 13:45 1. Turn on responsible features if not yet on by default, its off.
How can I configure this feature? Is it possible to configure it per agent/role/group? So only specific users get the right to do this?
skullz wrote: 18 Aug 2021, 13:45 2. Turn off required lock setting at System Configuration > AgentTicketCompose
As I see this feature, this is changing the behaviour for all agents and groups. How can I narrow down the behaviour?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
hkais
Znuny expert
Posts: 280
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

Re: Groups/roles possible to edit/reply on locked tickets?

Post by hkais »

this requirement popped up again.

Is it possible to allow a specific group to override the lock and to be able to reply anyway?
If what settings are this?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Groups/roles possible to edit/reply on locked tickets?

Post by reneeb »

For one of my customers I customized the Kernel::System::Ticket::Permission::OwnerCheck module to do something like this. In the SysConfig you could add a mapping - e.g. group 'dev' => group 'boss' - , so that members of 'boss' can do the same things as the ticket owner when the ticket owner is a member of 'dev'.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
hkais
Znuny expert
Posts: 280
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

Re: Groups/roles possible to edit/reply on locked tickets?

Post by hkais »

okay if I understand you well, the requirement needs custom code(ing)?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Groups/roles possible to edit/reply on locked tickets?

Post by reneeb »

As far as I know, yes (maybe the codebase has changed since then). But you could play with the Permission modules yourself. The OwnerCheck is hardcoded in some frontend modules (e.g. https://github.com/znuny/Znuny/blob/0e6 ... se.pm#L166)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply