[rt-users] Customizing the '10 Highest Priority Tickets I Own' View

Todd Chapman rt at chaka.net
Fri Oct 8 15:10:14 EDT 2004


$ cp /opt/rt3/share/html/Elements/MyTickets /opt/rt3/local/html/Elements
$ vi /opt/rt3/local/html/Elements/MyTickets

Change line to:

my $Query = " Owner = '".$session{'CurrentUser'}->Id."' AND ( Status = 'new' OR
Status = 'open' OR Status = 'stalled' )";

-Todd

On Fri, Oct 08, 2004 at 12:47:33PM -0700, Stevo wrote:
> Hey Guys,
> 
> I'm sure this is super easy but I'd like to change the search criterion for the 10 Highest Priority Tickets I Own view on the homepage.  Currently it just shows Open tickets (I believe) but I'd like it to include tickets that are in a Stalled state (obviously a state I have defined).
> 
> Can this be done?
> 
> Thanks
> 
> -Stevo

> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT wiki at http://wiki.bestpractical.com



More information about the rt-users mailing list