Re: [rt-users] Remove Watchers on Owner Change

2009-11-02 Thread Seth Lake
Here's what I ended up with, take everyone off the mail group then add
in the new owner...


foreach my
$address($self-TicketObj-QueueObj-Cc-MemberEmailAddresses){
  $self-TicketObj-SquelchMailTo($address);
}
if($self-TicketObj-OwnerObj-Id != $RT::Nobody-id){
  $self-TicketObj-AddWatcher(
Type=Cc,
PrincipalId=$self-TicketObj-OwnerObj-Id
  );
}
$self-TicketObj-UnsquelchMailTo($self-TicketObj-OwnerObj-EmailAddre
ss);



___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] Remove Watchers on Owner Change

2009-10-29 Thread Seth Lake
Looking for a way (scrip?) to remove non-owner/requester/admin CCs on
take or ownership change.

We have a big group of CCs when a ticket comes in, once one of the
helpdesk group takes the ticket I want the people that aren't directly
involved out off the watchers list.

Thanks!
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] Remove Watchers on Owner Change

2009-10-29 Thread Seth Lake
This works to strip out all the watchers, how to add back in the owner ?
I'm terrible at this hacking thing?

foreach my $address (
$self-TicketObj-QueueObj-Cc-MemberEmailAddresses ){
  $self-TicketObj-SquelchMailTo($address);
}



-Original Message-
From: Jerrad Pierce [mailto:jpie...@cambridgeenergyalliance.org] 
Sent: Thursday, October 29, 2009 10:33 AM
To: Seth Lake
Cc: RT-Users@lists.bestpractical.com
Subject: Re: [rt-users] Remove Watchers on Owner Change

On Thu, Oct 29, 2009 at 10:22, Seth Lake sl...@bcssi.com wrote:
 Looking for a way (scrip?) to remove non-owner/requester/admin CCs on
 take or ownership change.

 We have a big group of CCs when a ticket comes in, once one of the
 helpdesk group takes the ticket I want the people that aren't directly
 involved out off the watchers list.
Look at my squelch remote recipients scrip as a starting point?

http://www.gossamer-threads.com/lists/rt/users/88831?nohighlight=1#88831

-- 
Cambridge Energy Alliance: Save money. Save the planet.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] Assets in Dashboard

2009-10-01 Thread Seth Lake
Hoping someone has already run into this issue and may have a solution.
Would like to be able to add asset saved queries to a dashboard for an
automated report.

I see all the ticket saved queries, but nothing asset-related.

Thank for any help.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] Unique CustomField

2009-09-25 Thread Seth Lake
Would love a way to tag a custom field as requiring a unique, non
duplicate value (such as a serial number or UPC code).

While I'm begging I would also love a way to for capitalization in a
field also (such as a serial number or software license key).

Don't see any such mods on the wiki, anyone know if any of this has been
done before?

Thanks.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] Custom Field, Searchable Date

2009-09-10 Thread Seth Lake
Just an FYI for any others in my boat, it looks like CustomField type
Date is slated for the 3.8.5 release...

http://rt3.fsck.com/Ticket/Display.html?id=13574



-Original Message-
From: Seth Lake 
Sent: Thursday, September 03, 2009 3:47 PM
To: 'RT-Users@lists.bestpractical.com'
Subject: Custom Field, Searchable Date

Hello.

Using the Asset Tracker module with RT, trying to get a custom field
(date) working in a searchable form.  We want to capture the service
contract expiration and run reports on expired/about-to-expire pieces.
I've seen the patch from...
http://rt3.fsck.com/Ticket/Display.html?id=8721
...but I'm not having any luck applying it.  Can anyone confirm this
works in 3.8.4?

Seems to be a basic item, any plans to put this into the trunk?

Thanks.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] Custom Field, Searchable Date

2009-09-03 Thread Seth Lake
Hello.

Using the Asset Tracker module with RT, trying to get a custom field
(date) working in a searchable form.  We want to capture the service
contract expiration and run reports on expired/about-to-expire pieces.
I've seen the patch from...
http://rt3.fsck.com/Ticket/Display.html?id=8721
...but I'm not having any luck applying it.  Can anyone confirm this
works in 3.8.4?

Seems to be a basic item, any plans to put this into the trunk?

Thanks.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com