Turn off notify adminccs for one queue (does the HideGlobalScrips extension work in 3.8.4?)

I am receiving a complaint from our generic helpdesk support personnel regarding the volume of email they receive as AdminCCs for the default queue. I would like to disable all AdminCC notification for this one queue, but leave it on for all others. I found an extension that adds this functionality ( http://page.mi.fu-berlin.de/pape/rt3screenshots/ ), but it’s from 2004. I tried to apply it to a test snapshot, but got errors from the make install (which I thought I had in my clipboard and have now lost :S ). Does anyone know if it works with RT 3.8.4?

If not, I know that I could set the stage for the three global “Notify AdminCCs” scrips to disabled and then create three new queue specific scrips for every other queue. The first half of that sentence is easy, the second seems like a huge job.

I thought of two ways around this:

  1. Change the condition for the three “Notify AdminCCs” global scrips to a custom condition and add a check for this queue to it. But I’m not yet clear on where to copy the rest of the code from.
  2. Figure out how to modify the existing action code for “Notify AdminCCs” check for this queue and abort if true. But I’m not sure it advisable/possible to move some of the condition checking to an action.

Method 1 seems more “normal” but method 2 seems like it might be less work, if it’s possible.

Advice is welcome; thanks,

Mike

If you don’t want them notified, why make them AdminCC’s?

Alternatively, jut make blank templates for that queue with the
same name as the global templates the scrip(s) use, and no
messages will be sent.

Cambridge Energy Alliance: Save money. Save the planet.

Good question. I suppose I was on autopilot somewhat. This group is who is
responsible for either resolving the tickets in the queue or triaging and
assigning then to other queues. In my thinking I just equated that
responsibility with being an AdminCC.

I took your advice and will have them add a saved search for the queue to
their RT at a glance, so that it’s still front and centre for them.

Thanks very much,
MikeFrom: “Jerrad Pierce” jpierce@cambridgeenergyalliance.org
Sent: Thursday, July 30, 2009 1:35 PM
To: “Michael Ellis” michael_ellis@umanitoba.ca
Cc: “RT-USERS” RT-Users@lists.bestpractical.com
Subject: Re: [rt-users] Turn off notify adminccs for one queue (does the
HideGlobalScrips extension work in 3.8.4?)

If you don’t want them notified, why make them AdminCC’s?

Alternatively, jut make blank templates for that queue with the
same name as the global templates the scrip(s) use, and no
messages will be sent.


Cambridge Energy Alliance: Save money. Save the planet.