Closed
Bug 15890
Opened 26 years ago
Closed 26 years ago
Query for fixed bugs by resolution date no longer works
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
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.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
Yikes. I have reproduced and am trying to chase it down...
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
That turned out to be easy. Fixed.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 3•26 years ago
|
||
Thanks, Terry.
Verified (in case that counts for anything)
Comment 4•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•