Is there a function like "getTicketSubject(TicketID)"?

Hello All,

Is there a function that is already implemented in RT Library that return the ticket subject passing ticket id as parameter? If not, someone already implemented that?!

Thanks in advance!!

Rodolfo Reis.

my $id = 123;
my $ticket = RT::Ticket->new( $RT::SystemUser );
$ticket->Load( $id );
my $subject = $ticket->Subject;On Thu, May 05, 2005 at 10:50:08PM -0300, Rodolfo de Moraes Reis wrote:

Hello All,

Is there a function that is already implemented in RT Library that return the ticket subject passing ticket id as parameter? If not, someone already implemented that?!

Thanks in advance!!

Rodolfo Reis.


Rt-devel mailing list
Rt-devel@lists.bestpractical.com
The rt-devel Archives