[rt-users] Ticket's owner change Time

Ruslan Zakirov ruslan.zakirov at gmail.com
Mon Oct 24 23:33:06 EDT 2005


Something like(not tested):
my $transactions = $ticket->Transactions;
$transactions->Limit(FIELD => 'Type', VALUE =>'Owner');
my $transaction = $transactions->First;
my $time = $transaction? $transaction->Created : $ticket->Created;


On 10/22/05, Weqaar Janjua <weqaar at yahoo.com> wrote:
> How to find/get certain Ticket's owner change/modify
> time? The time when the ticket's ownership was changed
> from Nobody to any other, e.g. $Ticket->Created is the
> time when the ticket was created!
> Thanks,
> Weq
>
>
>
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
> Buy your copy of our new book, RT Essentials, today!
>
> Download a free sample chapter from http://rtbook.bestpractical.com
>


--
Best regards, Ruslan.



More information about the rt-users mailing list