E-mail on Owner change

Moderator: crythias

Post Reply
varet
Znuny newbie
Posts: 1
Joined: 10 Jun 2010, 14:57
Znuny Version: 2.4.4

E-mail on Owner change

Post by varet »

Good evening,

I have an OTRS 2.4.4

I am interested to disable the e-mail notification to the agent, when an e-mail changes owner.

Is it possible? and How?

Regards,

Vassilis
Daniel Obee
Moderator
Posts: 644
Joined: 19 Jun 2007, 17:11
Znuny Version: various
Real Name: Daniel Obée
Location: Berlin

Re: E-mail on Owner change

Post by Daniel Obee »

Check the notification option in the admin interface. You'll find it there.

Greets,
Daniel
nilskm
Znuny newbie
Posts: 19
Joined: 29 Sep 2010, 09:50
Znuny Version: 6.0.30
Real Name: Nils

Re: E-mail on Owner change

Post by nilskm »

I can't find that setting anywhere, can you please be more specific? (I'm using otrs 3.0.0)
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: E-mail on Owner change

Post by crythias »

Please clarify your request.
I am interested to disable the e-mail notification to the agent, when an e-mail changes owner.
I assume you mean when a ticket changes owner.

As far as I can tell, this is not configurable because AgentTicketOwner.pm has no provision for providing SendNoNotificaton => 1 to OwnerSet in Ticket.pm (I'd consider this a bug).

The easiest way to workaround this is to force the value in Kernel/System/Ticket.pm around line 5351:

$Param{SendNoNotification} = 1;
# send agent notify
if ( !$Param{SendNoNotification} ) {


This disables *any* notification when the Owner is Set.

(sorry, this was for 2.4.7, ... the line for 3.0.0 is around 5835)
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Post Reply