Robrt's JournalRobrt's use Perl JournalRT: Mass Custom Field Update- July 17, 2005 Steve Peters asked if I could consolidate the Win32 and mswwin32 types in the Operating System CustomField in perlbug. Definitely a reasonable request, especially since we couldn't figure out what the difference was.First try was to use RT's bulk update, but it didn't want to let me change custom fields... so... I wrote a script: !homeperlbinperluse strict;use warnings;use RT;use RT::Queues;use RT::Tickets;RT::LoadConfig();RT::Init();my $tx = RT::Tickets->new($RT::SystemUser);my $cf =...http://use.perl.org/~Robrt/journal/25746?from=rss Room at the RT inn at OSCON- July 8, 2005 Apparently there are still a few seats available for the RT Tutorial at OSCON this year. Get them while they're hot. Everyone who has attended the class loves it. It's based on our full day tutorial, which leaves people stunned. (And I mean that in a good way.)http://use.perl.org/~Robrt/journal/25577?from=rss |