Demetrius,<br><br>Try this:<br><br>Condition: user-defined<br>Action: Notify Requestor (or whomever, maybe all, whatever)<br>Template: Your name it<br>Stage: TransactionCreate<br><br>Custom Condition:<br><br># check transaction for an initial owner assignment<br>
<br>my $trans = $self->TransactionObj;<br>my $ticket = $self->TicketObj;<br><br>return 0 unless ($trans->Field eq 'Owner');<br>return unless ($trans->OldValue = RT::Nobody()->id());<br>return 0;<br>
<br>That's what we do.<br><br>Kenn<br>LBNL<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 12:14 PM, Pinder, Demetrius <span dir="ltr"><<a href="mailto:dpinder@udel.edu">dpinder@udel.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal">Hi, </p><p class="MsoNormal">
 </p><p class="MsoNormal">I’m new to RT and I’m hoping someone can help me or point me in the right direction. </p><p class="MsoNormal"><br>Currently, we have our users request a ticket by logging in and filling out a web form. Upon submission of their request, the user receives an HTML email confirmation. Then we go into RT and set the queue and assign the owner (by default, the owner is set to “nobody”). </p>
<p class="MsoNormal"> </p><p class="MsoNormal">I would like to send another HTML email to the user once their ticket has been assigned an owner. </p><p class="MsoNormal"> </p><p class="MsoNormal">This is what I have so far:</p>
<p class="MsoNormal"> </p><p class="MsoNormal">Scrip:</p><p class="MsoNormal">Description: OwnerSet</p><p class="MsoNormal">Condition: On Owner Change</p><p class="MsoNormal">Action: Send Email</p><p class="MsoNormal">Template: Global template: Notify User of Owner Set</p>
<p class="MsoNormal">Stage: TransactionCreate</p><p class="MsoNormal"> </p><p class="MsoNormal">Template:</p><p class="MsoNormal">To: email address</p><p class="MsoNormal">Subject: {$Ticket->Subject} changed to Owners</p>
<p class="MsoNormal"> </p><p class="MsoNormal">Ticket {$Ticket->id} has been assigned </p><p class="MsoNormal"> </p><p class="MsoNormal">{$RT::WebURL}Ticket/Display.html?id={$Ticket->id}</p><p class="MsoNormal"> </p>
<p class="MsoNormal">-------------</p><p class="MsoNormal"> </p><div style="border-width: medium medium 1pt; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color windowtext; padding: 0in 0in 1pt;">
<p class="MsoNormal" style="border: medium none; padding: 0in;">The owner of your ticket is: {$Ticket->OwnerObj->Name}</p></div><p class="MsoNormal"> </p><p class="MsoNormal">Any help is greatly appreciated!!!</p><p class="MsoNormal">
 </p><p class="MsoNormal">Thanks!</p><p class="MsoNormal"> </p><p class="MsoNormal"><span style="font-size: 10pt;"> </span></p><p class="MsoNormal"><span style="font-size: 10pt;"><br>Demetrius Pinder</span></p><p class="MsoNormal">
<span style="font-size: 10pt;">CITA II</span></p><p class="MsoNormal"><span style="font-size: 10pt;">Development Office, University of Delaware</span></p><p class="MsoNormal"><span style="font-size: 10pt;">Office: (302) 831-6800</span></p>
<p class="MsoNormal"><span style="font-size: 10pt;"><a href="mailto:dpinder@udel.edu" target="_blank">dpinder@udel.edu</a></span></p><p class="MsoNormal"><span style="font-size: 10pt;"> </span></p><p class="MsoNormal"><span style="font-size: 8pt;">CONFIDENTIALITY NOTICE: This email, including any attachments, contains information from The University of Delaware, which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this email in error, please notify the sender immediately by "reply to sender only" message and destroy all electronic and hard copies of the communication, including attachments.</span></p>
<p class="MsoNormal"> </p></div></div><br><br>
RT Training in Washington DC, USA on Oct 25 & 26 2010<br>
Last one this year -- Learn how to get the most out of RT!<br></blockquote></div><br>