[rt-users] Send email when a ticket is deleted?
Emmanuel Lacour
elacour at easter-eggs.com
Thu Jun 9 04:50:12 EDT 2016
Le 08/06/2016 18:01, Omen Wild a écrit :
> Is there an easy way to have RT send an email when a ticket is deleted?
> We get some spam to our queues and it would be nice to know if someone
> already deleted it.
>
You have to write a custom condition scrip like (untested):
return 1 if ( $self->TransactionObj->Type eq 'Status' &&
$self->TransactionObj->NewValue eq 'deleted' );
--
Easter-eggs Spécialiste GNU/Linux
44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 43 35 00 76
mailto:elacour at easter-eggs.com - http://www.easter-eggs.com
More information about the rt-users
mailing list