<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I can only support this feature request. All other methods seem
    unsatisfactory to me atm. The proposed changes from Andrew make
    sense to me, altough I had not time to review and test the code.<br>
    <br>
    I can only encourage the coding team to interate such a feature.<br>
    <br>
    Have a nice weekend,<br>
    LR<br>
    <br>
    On 08.08.2011 23:27, Daugherity, Andrew W wrote:
    <blockquote cite="mid:B9442DE9-3E11-464C-B9E0-513B7BE79647@tamu.edu"
      type="cite">
      <pre wrap="">So, after searching for ways to accomplish this, and seeing it is a common feature request (sometimes termed "disable notifications for specific queues"), with some existing solutions that accomplish it but weren't quite what I was looking for, I decided to write my own.  It is implemented as custom condition Perl modules (installed under $RTHOME/local/lib/RT/Condition).

After installation you get new conditions to use in your scrips like "On Correspond (w/queue exceptions)".  The queue exception list is set in your RT_SiteConfig.  You can have a mixture of "truly global" and "global with exceptions" scrips by changing which condition they use. 


I don't claim to be a Perl hacker so I'm sure there are some things that could be done better, but this works for me, at least with RT 4.0.1.  Perhaps someone with better knowledge could explain why in my StatusChangeQueueExcept module I had to instantiate the other checks field-by-field instead of just passing $self.


Attached is my README and the tarball, which I hope makes it through to the list.  It is not yet packaged as an extension or plugin; I might do so if there is demand and I receive guidance as to which, if either, is appropriate.


Andrew Daugherity
Systems Analyst
Division of Research, Texas A&M University
<a class="moz-txt-link-abbreviated" href="mailto:adaugherity@tamu.edu">adaugherity@tamu.edu</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
--------
2011 Training: <a class="moz-txt-link-freetext" href="http://bestpractical.com/services/training.html">http://bestpractical.com/services/training.html</a></pre>
    </blockquote>
    <br>
  </body>
</html>