Closed Bug 15890 Opened 25 years ago Closed 25 years ago

Query for fixed bugs by resolution date no longer works

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED
Bugzilla old

People

(Reporter: phil, Assigned: terry)

Details

I usually use a bugzilla query to find out which bugs have been fixed in the
last week. The query looks like:

Status: Resolved,Verified
Resolution: Fixed
Where the fields: resolution
Dates: 1-Oct-99
To: Now
Changed to value: FIXED

And this usually works. When I tried it today, I got the error message:

Please stand by ...

Content-type: text/html

Software error:

select bugs.bug_id, bugs.groupset, substring(bugs.bug_severity, 1, 3),
assign.login_name, substring(bugs.resolution,1,4),
bugs.target_milestone, bugs.short_desc from bugs left join votes on bugs.bug_id
= votes.bug_id, profiles assign, profiles
report left join profiles qacont on bugs.qa_contact = qacont.userid, versions
projector where bugs.assigned_to =
assign.userid and bugs.reporter = report.userid and bugs.product =
projector.program and bugs.version = projector.value
and bugs.groupset & 1024 = bugs.groupset and ( bugs.product = 'MailNews' ) and (
bugs.bug_status = 'RESOLVED' or
bugs.bug_status = 'VERIFIED' ) and ( bugs.resolution = 'FIXED' ) and
bugs_activity.bug_id = bugs.bug_id and (
bugs_activity.field = 'resolution') and bugs_activity.bug_when >= '1999/10/01
00:00:00' and bugs_activity.newvalue =
'FIXED' group by bugs.bug_id order by bugs.priority, bugs.bug_severity: at
globals.pl line 45.

Please send mail to this site's webmaster for help.
Status: NEW → ASSIGNED
Yikes.  I have reproduced and am trying to chase it down...
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
That turned out to be easy.  Fixed.
Status: RESOLVED → VERIFIED
Thanks, Terry.

Verified (in case that counts for anything)
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.