Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-10-11 Thread Jerrad Pierce
Apply the following http://wiki.bestpractical.com/view/ModifyQuery and add the keyword any to a search for a ticket regardless of status. <%init> #active is the default: open new stalled $$query =~ s/\bany\b/new open resolved stalled rejected deleted/i; #$$query =~ s/\bclosed\b/resolved re

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-10 Thread Jesse Vincent
Thanks. I've bounced this to rt-bugs for review and probable application for 3.8.2 -jesse On Sep 10, 2008, at 2:26 PM, Espen Wiborg wrote: Jesse Vincent <[EMAIL PROTECTED]> writes: >On Fri, Sep 05, 2008 at 10:49:35AM +0200, Espen Wiborg wrote: >> Jesse Vincent <[EMAIL PROTECTED]> writes: >>>

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-10 Thread Espen Wiborg
Jesse Vincent <[EMAIL PROTECTED]> writes: >On Fri, Sep 05, 2008 at 10:49:35AM +0200, Espen Wiborg wrote: >> Jesse Vincent <[EMAIL PROTECTED]> writes: >>> As I sad before, I'd love to take a patch :) >> >> Something like this, perhaps? >Given the sorts of customizability people want, it might make

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-09 Thread Jesse Vincent
On Fri, Sep 05, 2008 at 10:49:35AM +0200, Espen Wiborg wrote: > Jesse Vincent <[EMAIL PROTECTED]> writes: > > On Sep 4, 2008, at 8:42 PM, [EMAIL PROTECTED] wrote: > >> We are the same, much prefer searching for all unresolved and > >> resolved tickets in the quick search. The change has caused q

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-05 Thread Greg Evans
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Espen Wiborg Sent: Friday, September 05, 2008 1:50 AM To: Jesse Vincent Cc: [EMAIL PROTECTED]; RT Users Subject: Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status Jesse Vincent <[EMAIL PROTECTED]> w

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-05 Thread Greg Evans
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Vincent Sent: Thursday, September 04, 2008 5:45 PM To: [EMAIL PROTECTED] Cc: RT Users Subject: Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status On Sep 4, 2008, at 8:42 PM, [EMAIL PROTECTED] wrote

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-05 Thread Jesse Vincent
On Thu, Sep 04, 2008 at 08:39:25PM -0500, [EMAIL PROTECTED] wrote: > > Any thoughts (based upon feedback thus far) to simply reverting back to the > old way vs. a patch to make things configurable? Yes. It's even clearer than before that different organizations have different expectations and

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-05 Thread Espen Wiborg
Jesse Vincent <[EMAIL PROTECTED]> writes: > On Sep 4, 2008, at 8:42 PM, [EMAIL PROTECTED] wrote: >> We are the same, much prefer searching for all unresolved and >> resolved tickets in the quick search. The change has caused quite a >> bit of abuse at the sysadmin (me). > As I sad before, I'd love

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-05 Thread Bill Davis
I also wanted to be able to list all statuses in Simple Search results in 3.8.1 so searched the wiki & the list archives for a possible solution ... ultimately finding this callback (from whom or where I honestly don't recall or I'd give appropriate credit): Place the file ModifyQuery into

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-05 Thread Emmanuel Lacour
On Thu, Sep 04, 2008 at 08:45:15PM -0400, Jesse Vincent wrote: > > On Sep 4, 2008, at 8:42 PM, [EMAIL PROTECTED] wrote: > > > We are the same, much prefer searching for all unresolved and resolved > > tickets in the quick search. The change has caused quite a bit of > > abuse > > at the sysadmi

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread jmoseley
Jessie, I guess it just depends on the size of the organization, how many queues they have, and how many open tickets are open at a given time. In our environment, we have over 30,000 resolved tickets while we usually have no more than a few dozen open in any given queue. It makes much more sense

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread Jesse Vincent
On Sep 4, 2008, at 8:42 PM, [EMAIL PROTECTED] wrote: > We are the same, much prefer searching for all unresolved and resolved > tickets in the quick search. The change has caused quite a bit of > abuse > at the sysadmin (me). > As I sad before, I'd love to take a patch :) Best, Jesse > Gordon

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread gordon
We are the same, much prefer searching for all unresolved and resolved tickets in the quick search. The change has caused quite a bit of abuse at the sysadmin (me). Gordon Helmuth Ramirez wrote: > On our end when we're searching for a ticket, > 99% of the time its to look for something that's

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread Helmuth Ramirez
-Original Message- From: Greg Evans [mailto:[EMAIL PROTECTED] Sent: Thu 9/4/2008 6:42 PM To: Helmuth Ramirez; 'Jesse Vincent' Cc: rt-users@lists.bestpractical.com Subject: RE: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status They can still search resolved by usi

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread Greg Evans
cal.com Subject: Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status I'd love to say I'd write the patch, but sadly Perl (or any coding for that matter) is not my strong point. Not from a lack of trying though, I went out and bought a Perl book just t

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread Helmuth Ramirez
practical.com Subject: Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status On Thu, Sep 04, 2008 at 05:53:41PM -0400, Helmuth Ramirez wrote: > Hi everyone, > > A couple of my users noticed our newly upgraded version of RT (3.8.1) > handles the quick searches di

Re: [rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread Jesse Vincent
On Thu, Sep 04, 2008 at 05:53:41PM -0400, Helmuth Ramirez wrote: > Hi everyone, > > A couple of my users noticed our newly upgraded version of RT (3.8.1) > handles the quick searches differently from past versions (3.6.3). When > they perform a Quick Search, it does not search on Resolved tick

[rt-users] Quick Search in 3.8.1 doesn't include Resolved Status

2008-09-04 Thread Helmuth Ramirez
Hi everyone, A couple of my users noticed our newly upgraded version of RT (3.8.1) handles the quick searches differently from past versions (3.6.3). When they perform a Quick Search, it does not search on Resolved tickets anymore. The quick search was how we were able to quickly pull up histori