[rt-users] Add search parameter to find tickets by a number of	days old.
    Lars Kellogg-Stedman 
    lars at oddbit.com
       
    Sat Nov  8 09:27:56 EST 2008
    
    
  
> I would like ot be able to create a saved search that I can use to generate
> a report for Tickets that are "x" days old.
On the search form, just enter "3 days ago" for the date.  E.g.,
  [Created] [Before] [3 days ago]
The resulting query is:
  Created < '3 days ago'
Works great.
-- 
Lars Kellogg-Stedman <lars at oddbit.com>
    
    
More information about the rt-users
mailing list