We're on RT 4.0.17.
I have this code snippet in a test (Yay TDD):
my $tickets = RT::Tickets->new(GetCurrentUser());
my $queue ='foo'
$tickets->LimitCustomField(CUSTOMFIELD => $internal_gid, OPERATOR => '=',
VALUE => "i$generic_id", QUEUE => $queue );
my $ticket = $tickets->Next;
The error from ticket->Next() is:
[Fri Feb 7 16:00:07 2014] [warning]: RT::Queue '{83}' doesn't exist,
parsed from '{83}.{Internal_GenericID}'
The queue in question is the queue with ID 83, and does exist. I just added
the ticket to it.
Is this a known bug in queue name handling, is it something I've done
wrong,
is there a known workaround?
Thanks,
Len.
--
[email protected] 614-404-4214 @lenjaffe
Information Technology Smoke Jumper, Host of Columbus Code
Jam<http://www.meetup.com/techlifecolumbus/>
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet <http://www.lenjaffe.com/PerlAdventPlanet/> - Advent
Calendars: Perlish and otherwise.