Closed
Bug 74776
Opened 24 years ago
Closed 24 years ago
My Bugs should query for Unconfirmed or [Resolved and [Invalid or WontFix]] states
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
People
(Reporter: timeless, Assigned: justdave)
Details
(a=Unconfirmed) If you are a reporter who doesn't have or use canconfirm, then
your my bugs query will be useless for the case when you want to look up bugs
for which you need to contact qa to ask for traction.
(b=Resolved Invalid, Resolved WontFix) If you are new, you are likely to report
bugs that fall into one of these categories. Even seasoned reporters will do
so on occasion.
In order to do this,
buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=<curr
entuser>&emailtype1=exact&emailassigned_to1=1&emailreporter1=1
should be changed to
buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_statu
s=REOPENED&bug_status=RESOLVED&resolution=INVALID&resolution=WONTFIX&resolution
=---&email1=<currentuser>&emailtype1=exact&emailassigned_to1=1&emailreporter1=1
Assignee | ||
Comment 1•24 years ago
|
||
a) this is a site-specific setting. The admin is free to change it to whatever
they want.
b) Mozilla.org has refused a number of times already to change this. Developers
don't want to see the unconfirmed bugs, and all mozilla.org cares about is the
developers, it seems.
Comment 2•24 years ago
|
||
This shounds good as a param. One param for UNCONFIRMED, one for
RESOLVED INVAILD, RESOLVED WONTFIX.
Comment 3•24 years ago
|
||
There's already a request to include UNCONFIRMED at bug #28357. Using advanced
querying, we could return those that are assigned to you but not UNCONFIRMED AND
those that you reported, possibly UNCONFIRMED. Or we could split into My
Assigned Bugs, My QA Bugs and My Reported Bugs.
Assignee | ||
Comment 4•24 years ago
|
||
based on morphed discussion in bug 28357, that bug now covers everything
discussed here, so I'm making this one a dupe to make life easier on the
developers fixing it. :)
*** This bug has been marked as a duplicate of 28357 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 6•24 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•