[rt-users] script : custom action by ticket creation or modification

Horst Kriegers Horst.Kriegers at loro.ch
Tue Jun 29 04:09:19 EDT 2010


Hello,
 
the following scrip works only "On transaction" but not wen a new
ticket is created.
What is wrong ?
 
 
- Condition : User Defined
- Custom condition :
 
my $trans = $self->TransactionObj;
my $ticket = $self->TicketObj;
 
if ($trans->Type eq 'CustomField') {
  my $cf = new RT::CustomField($RT::SystemUser);
  $cf->LoadByName(Queue => $ticket->QueueObj->id, Name =>
"Qualification sécurité");
  return 0 unless $cf->id;
  
  if ($trans->Field == $cf->id && $trans->NewValue eq "Oui") {
    return 1;
  }
  
}
return 0; 
 
 
 
Thanks in advance for your help.
Horst

___________________________________________________________
Le contenu de ce courriel est uniquement réservé à la personne ou 
l'organisme à qui il est destiné. Si vous n'êtes pas le destinataire
prévu, veuillez nous en informer au plus vite et détruire le présent
courriel. Dans ce cas, il ne vous est pas permis de copier ce courriel,
de le distribuer ou de l'utiliser de quelque manière que ce soit.

The content of this e-mail is intended only and solely for the use 
of the named recipient or organisation. If you are not the named 
recipient, please inform us immediately and delete the present e-mail. 
In this case, you are nor allowed to copy, distribute or use this 
e-mail in any way.
___________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100629/bb82cb38/attachment.htm>


More information about the rt-users mailing list