Search for bugs that were not chnages

View: New views
4 Messages — Rating Filter:   Alert me  

Search for bugs that were not chnages

by Yaron Cohen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am looking for a way in the advanced search to search for bugs that did
NOT change during the last 3 days.

In Bug changes section the there is an option to look only for bugs that
were changes,

Any idea how to do it? Any javascript magic (I am familiar with HTML & JS),

Yaron


_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

RE: Search for bugs that were not chnages

by Eric Black-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> I am looking for a way in the advanced search to search for bugs that did
> NOT change during the last 3 days.

Have you tried the Advanced Searching Using Boolean Charts section? You can't do it in the Bug Changes section as far as I can see. You'd need to work out the query for any field (or an entry for every available field) with the 'changed after' date of '3d' and then negate the whole chart. Maybe someone else knows another way...
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

RE: Search for bugs that were not chnages

by Ababa, Perze :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There's a Boolean expression called "Days since bug changed" you can pair that with "is less than" then OR it with "is equal to" "3d"

Perze

-----Original Message-----
From: support-bugzilla-bounces+perze.ababa=nytimes.com@... [mailto:support-bugzilla-bounces+perze.ababa=nytimes.com@...] On Behalf Of Eric Black
Sent: Monday, November 09, 2009 11:21 AM
To: support-bugzilla@...
Subject: RE: Search for bugs that were not chnages


> I am looking for a way in the advanced search to search for bugs that did
> NOT change during the last 3 days.

Have you tried the Advanced Searching Using Boolean Charts section? You can't do it in the Bug Changes section as far as I can see. You'd need to work out the query for any field (or an entry for every available field) with the 'changed after' date of '3d' and then negate the whole chart. Maybe someone else knows another way...
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

Re: Search for bugs that were not chnages

by ericrch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is kind of embarrassing but I use a cheesy little search for a
similar purpose.  In the "Only bugs changed between" fields I put
365d and 3d.  This assumes that either I don't have or don't care about
bugs older than a year...

Good luck,
e.


Ababa, Perze wrote:

> There's a Boolean expression called "Days since bug changed" you can pair that with "is less than" then OR it with "is equal to" "3d"
>
> Perze
>
> -----Original Message-----
> From: support-bugzilla-bounces+perze.ababa=nytimes.com@... [mailto:support-bugzilla-bounces+perze.ababa=nytimes.com@...] On Behalf Of Eric Black
> Sent: Monday, November 09, 2009 11:21 AM
> To: support-bugzilla@...
> Subject: RE: Search for bugs that were not chnages
>
>
>  
>> I am looking for a way in the advanced search to search for bugs that did
>> NOT change during the last 3 days.
>>    
>
> Have you tried the Advanced Searching Using Boolean Charts section? You can't do it in the Bug Changes section as far as I can see. You'd need to work out the query for any field (or an entry for every available field) with the 'changed after' date of '3d' and then negate the whole chart. Maybe someone else knows another way...
>  


_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.