Closed
Bug 9846
Opened 26 years ago
Closed 23 years ago
report option to list bugs sorted by reporter (patch enclosed)
Categories
(Bugzilla :: Reporting/Charting, enhancement, P2)
Bugzilla
Reporting/Charting
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: maydell, Assigned: gerv)
References
Details
Attachments
(1 file)
3.34 KB,
patch
|
Details | Diff | Splinter Review |
We use Bugzilla as an internal bug tracking system for our own software, and I
thought it would be useful to be able to sort bugs by reporter, so you could see
who'd been most prolific in reporting bugs. Admittedly this is probably most
useful when the people submitting bug reports are a fairly small group, but I
thought I'd submit the patch anyway, just in case anybody else was interested...
The patch is to Bugzilla's reports.cgi script -- there doesn't seem to be any
version information in the file so I can't quote a version number that the patch
is against...
[NB: the emacs mode line at the top doesn't match the indentation style actually
used in the script: specifically, it has hard tabs in the file but
indent-tabs-mode is set to nil in the mode line...]
What the patch provides:
* an extra option in the Query Kitchen ("Bug counts by reporter")
* a page almost exactly like the existing bug counts page, but classifying bugs
by reporter.
hope this helps :->
Reporter | ||
Comment 1•26 years ago
|
||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Comment 2•25 years ago
|
||
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details,
see my posting in netscape.public.mozilla.webtools,
news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
Status: ASSIGNED → NEW
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 3•24 years ago
|
||
Wow, this is an ancient one. Adding patch keyword. Doesn't see too complicated,
though.
Keywords: patch
Comment 4•24 years ago
|
||
Wow, a bug with a one and a half year old patch attached. Nominating for 2.16.
(Or should it be 2.12?)
Comment 6•24 years ago
|
||
-> Bugzilla product, Reports component, reassigning.
Assignee: tara → gerv
Status: ASSIGNED → NEW
Component: Bugzilla → Reporting/Charting
Product: Webtools → Bugzilla
Whiteboard: 2.16
Version: other → unspecified
Assignee | ||
Comment 7•24 years ago
|
||
This is going to be done as part of generic reporting.
Gerv
Comment 8•24 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Updated•23 years ago
|
Assignee | ||
Comment 9•23 years ago
|
||
The new reporting architecture is now in place, and sorting is explicitly not
supported - for architectural and UI reasons. If you need to sort, export the
data as CSV and import it into a spreadsheet.
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Comment 10•23 years ago
|
||
clearing TM so it shows up as untriaged if it gets reopened.
Target Milestone: Bugzilla 2.18 → ---
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
•