Re: [rt-users] Trying to retrive the Queue Description.

2013-08-13 Thread Kevin Falcone
On Mon, Aug 12, 2013 at 09:08:38PM +, Bryon Baker wrote: >my $qname = $self->TicketObj->QueueObj->Name; >my $qdescription = $self->QueueObj->Description (Name = $qname); You don't say how this failed (since I expect it was a runtime error in your logs) but compare how in the first line

[rt-users] Trying to retrive the Queue Description.

2013-08-12 Thread Bryon Baker
Can someone help? I am trying to retrieve the description on a queue given the name from a ticket object. Here is what I tried so far. my $trans = $self->TransactionObj; my $ticket = $self->TicketObj; my $qname = $self->TicketObj->QueueObj->Name; my $qdescription = $self->QueueObj->Description