Notify Previous Owners on close ticket

Moderator: crythias

Locked
crons
Znuny newbie
Posts: 58
Joined: 17 Aug 2012, 06:11
Znuny Version: 3.3.x
Real Name: Cornelius Jackson

Notify Previous Owners on close ticket

Post by crons »

hi!

how can i Notify Previous Owner & Current owner on close of ticket
OTRS 3.3.x, Ubuntu, MySql 5.5
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Notify Previous Owners on close ticket

Post by jojo »

Thats not implemented
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
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: Notify Previous Owners on close ticket

Post by reneeb »

Create a Perl module that implements a ticket event listener. It has to listen to Ticket state updates. When the module is triggered you can search the ticket history for all previous owners and send a notification to them.

A sample EventModule can be found at http://otrs.perl-services.de/stuff/Even ... -1.0.0.opm

You can use "de_opm.pl" from https://github.com/reneeb/OTRS-OPM-Anal ... /de_opm.pl to get the Perl sources
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
Locked