[rt-users] Re: [Rt-devel] Is there a function like "getTicketSubject(TicketID)"?

Todd Chapman todd at chaka.net
Thu May 5 22:26:48 EDT 2005


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 at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel



More information about the rt-users mailing list