<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
@font-face
        {font-family:"Trebuchet MS"}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif"}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
span.BalloonTextChar
        {font-family:"Tahoma","sans-serif"}
.MsoChpDefault
        {}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I’m trying to tidy up the notifications our users get on RT, currently we have in place a scrip that On Queue Change, Notify Admin CC’s.  What I’d like to do is tweak this so that it only sends the notification for tickets that change when
 the owner is nobody, as we also have set a notification when the owner changes.  This way we’re only broadcasting to all AdminCC’s when there’s something to go take ownership of, not something that is already owned.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I’ve tried using a custom condition such as:</p>
<p class="MsoNormal">return 1 unless $self->TicketObj->Owner != $RT::Nobody->id; </p>
<p class="MsoNormal">but I was unsure on how to replicate the usual Notify AdminCC’s action.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><b><span style="font-size:14.0pt; font-family:"Trebuchet MS","sans-serif"; color:black"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:14.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">Todd French
</span></b><b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:#1F497D">|
</span></b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:gray">Information Technology</span><b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:#1F497D"><br>
</span></b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:#7F7F7F">Help Desk Administrator</span></p>
<p class="MsoNormal"><span style="font-size:7.0pt; font-family:"Trebuchet MS","sans-serif"; color:#1F497D"> </span></p>
<p class="MsoNormal"><b><span style="font-size:14.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">T</span></b><b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">HE</span></b><b><span style="font-size:14.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">
 P</span></b><b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">RIVATE</span></b><b><span style="font-size:14.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">B</span></b><b><span style="font-size:12.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">ANK</span></b><b><span style="font-size:14.0pt; font-family:"Trebuchet MS","sans-serif"; color:black"></span></b></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">70 West Madison Street</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">Chicago, Illinois 60602</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt; font-family:"Trebuchet MS","sans-serif"; color:black">p: (312) 564-6968</span></p>
<p class="MsoNormal"> </p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and privileged material. Unauthorized review, use, disclosure, or distribution is prohibited. If you receive this material/information
 in error, please contact the sender and destroy the material/information.<br>
<br>
Email is not a secure form of communication and should not be used to transmit personal or confidential information such as account numbers, balance information, or wire transfer requests. The PrivateBank is not responsible for the security of sensitive information
 received by email.<br>
</font>
</body>
</html>