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?
			
			
									
						
							Groups/roles possible to edit/reply on locked tickets?
Moderator: crythias
- 
				hkais
 - Znuny wizard
 - Posts: 371
 - Joined: 16 Apr 2016, 08:55
 - Znuny Version: see in post
 - Real Name: Hans
 - Contact:
 
Groups/roles possible to edit/reply on locked tickets?
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO power users and admins
Specialized for AI-based Solutions with Znuny
IT Governance Portal
			
						Specialized for AI-based Solutions with Znuny
IT Governance Portal
- 
				skullz
 - Znuny superhero
 - Posts: 658
 - 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?
1. Turn on responsible features if not yet on by default, its off.
OR
2. Turn off required lock setting at System Configuration > AgentTicketCompose
			
			
									
						
							OR
2. Turn off required lock setting at System Configuration > AgentTicketCompose
My Github 
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This
Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
			
						OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This
Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
- 
				hkais
 - Znuny wizard
 - Posts: 371
 - 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?
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?
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 power users and admins
Specialized for AI-based Solutions with Znuny
IT Governance Portal
			
						Specialized for AI-based Solutions with Znuny
IT Governance Portal
- 
				hkais
 - Znuny wizard
 - Posts: 371
 - 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?
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?
			
			
									
						
							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 power users and admins
Specialized for AI-based Solutions with Znuny
IT Governance Portal
			
						Specialized for AI-based Solutions with Znuny
IT Governance Portal
- 
				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?
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
			
						Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
- 
				hkais
 - Znuny wizard
 - Posts: 371
 - 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?
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 power users and admins
Specialized for AI-based Solutions with Znuny
IT Governance Portal
			
						Specialized for AI-based Solutions with Znuny
IT Governance Portal
- 
				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?
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
			
						Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de