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:[email protected] - http://www.easter-eggs.com --------- RT 4.4 and RTIR Training Sessions https://bestpractical.com/training * Los Angeles - September, 2016
