Closed
Bug 62718
Opened 24 years ago
Closed 6 years ago
Should have a way to search by number of CC:
Categories
(Bugzilla :: Query/Bug List, enhancement, P3)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
DUPLICATE
of bug 1546717
People
(Reporter: cesarb, Unassigned)
References
Details
Attachments
(1 file, 2 obsolete files)
If lots of people add themselves (or are added) to the CC: field of a bug, this
means the bug has lots of interest (sort of another kind of voting). So
searching by the number of items in the CC: field would be useful.
Currently (as far as I tested), CC:/greater than/50 (for instance) has no
meaning in the boolean chart, which means it could be used as a way to do it
(without adding extra clutter to the query form).
Comment 1•24 years ago
|
||
See also bug 65370, which would include the ability to show the number of cc's
as a column on the search result page.
Updated•24 years ago
|
Target Milestone: --- → Bugzilla 3.2
Comment 2•23 years ago
|
||
-> Bugzilla product, Query component, reassigning.
Assignee: tara → endico
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 3•23 years ago
|
||
Maybe this can be generalized for all lists, not just CC?
(possible fields are e.g. keywords, dependson, blocks, maybe even attachments)
Updated•21 years ago
|
Assignee: endico → nobody
Comment 4•19 years ago
|
||
Is this a dup of Bug #65370 ???
Comment 5•19 years ago
|
||
*** Bug 324478 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Assignee: nobody → query-and-buglist
QA Contact: mattyt-bugzilla → default-qa
Updated•19 years ago
|
OS: Linux → All
Hardware: PC → All
Updated•18 years ago
|
Target Milestone: Bugzilla 3.2 → ---
Attachment #474334 -
Flags: review?(wicked)
Attachment #474334 -
Flags: review?(wicked)
Attachment #474334 -
Attachment is obsolete: true
This is failing xt/search.t, but I'm pretty sure it's just the tests & test harness that need to be altered. I'll deal with it more later.
Comment 10•14 years ago
|
||
I'm pretty sure that this will now be possible using code similar to the code in bug 26074.
Comment 11•14 years ago
|
||
Previous patch, updated to latest trunk (no functional changes)
Attachment #474374 -
Attachment is obsolete: true
Attachment #486261 -
Flags: review?(mkanat)
Attachment #486261 -
Flags: review?(mkanat)
Comment 12•14 years ago
|
||
Still failing tests, need to see what is going on. May change it to be more like bug 26074.
Comment 13•14 years ago
|
||
Yeah, the only way to make the tests pass while still performing reasonably is to exactly duplicate the bug 26074 code.
Comment 14•14 years ago
|
||
Yup, I have done that now, just working through the tests to get them all passing...the setup/config is a little opaque.
Comment 15•14 years ago
|
||
Hi, any plans to integrate this in bugzilla 4.2?
Comment 16•13 years ago
|
||
I second Javier's question.
Comment 17•11 years ago
|
||
christian@legnitto: Are you still working on the patch? Any updates to share? Having this functionality would provide another "popularity" data source, besides votes (if enabled) and duplicates.cgi.
Comment 18•11 years ago
|
||
FWIW you can add cc_count (and dupe_count) as part of an extension with later versions of Bugzilla. We do that for BMO already but doesn't support advanced searching yet but could be added easily.
http://git.mozilla.org/?p=webtools/bmo/bugzilla.git;a=blob;f=extensions/BMO/Extension.pm;h=7e5dac5ef0b0e2059ac6ccb7e0a334d6bf72fc84;hb=refs/heads/4.2#l1179 [github]
If people agree, I could do this as part of the core code and submit a patch for review when I can.
dkl
Comment 19•9 years ago
|
||
(In reply to Andre Klapper from comment #17)
> christian@legnitto: Are you still working on the patch? Any updates to
> share? Having this functionality would provide another "popularity" data
> source, besides votes (if enabled) and duplicates.cgi.
October 2015 Update:
--------------------
Does anyone know what the current status of this functionality is?
Per Comment 11, this functionality had been merged into the latest trunk.
Per Comment 14, however, it seemed Christian still needed to adapt it to pass all of the required tests.
I am assuming things dropped off there?
Comment 20•9 years ago
|
||
I am not working on it anymore.
Comment 21•6 years ago
|
||
Bug 1546717 is moving cc_count
and dupe_count
to the core along with several other count fields.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•