[rt-users] how to display latest modified tickets

Roy El-Hames rfh at pipex.net
Tue Aug 22 06:41:02 EDT 2006


In your MyTickets elements local/html/Elements/MyTickets add 2 columns, 
Last Updated => $Ticket->LastUpdated and Last Updated By => 
$Ticket->LastUpdatedByObj->Name
In the order close change:(bottom of the page)
$MyTickets->OrderBy(FIELD => 'Priority', ORDER => 'DESC'); to
 $MyTickets->OrderBy(FIELD => 'LastUpdated', ORDER => 'DESC');

Roy


Prasad Deshpande wrote:
> Hi ,
>
>  
>
> I am running RT 3.2.3 on Red Hat 9.  I am facing below mentioned
> problem.
>
>  
>
> In my helpdesk environment, there are owners which are working on
> multiple tickets. They communicate with the requestors through RT web
> interface. So to check the requestor's feedback, owner has to glance
> through all the tickets one by one allotted to him and see if somebody
> has replied back. If the no. of tickets are more then it becomes task in
> itself.  So is there any way out so that owner will be informed on the
> last updated ticket from the main screen itself.
>
>  
>
> If anybody has any suggestion or solution for above mentioned problem,
> please let me know the same.
>
>  
>
>  
>
> Thanks,
>
> Prasad Deshpande
>
>  
>
>  
>
>  
>
>
>
> DISCLAIMER:
> This message,including any attachments contains confidential and privileged information for the sole use of the intended recipient(s), and is protected by law. If you are not the intended recipient, please destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful.
> Bajaj Auto reserves the right to record, monitor, and inspect all email communications through its internal and external networks. Your messages shall be subject to such lawful supervision as Bajaj Auto deems necessary in order to protect its information, interests and reputation. Bajaj Auto prohibits and takes steps to prevent its information systems from being used to view, store or forward offensive or discriminatory material. If this message contains such material, please report it to abuse at bajajauto.co.in.
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com




More information about the rt-users mailing list