Open
Bug 610452
Opened 15 years ago
Updated 12 years ago
no way to search for specific flag changes in a given time frame
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
REOPENED
People
(Reporter: dmosedale, Unassigned)
Details
Even with boolean charts, it's not possible to search for "the bugs that got r? in a specific time frame".
Whether or not this can be fixed in BzAPI itself or if it needs to wait on the new boolean charts impl (assuming that would help), I don't know.
The problem is that it's possible to search for something in a given timeframe that has flag changes, but it only appears to be able to search for changed_to, and reviews are recorded in the history as strings that look like "added: review?(bienvenu@nventure.com)".
The use case here is that I want to understand how our ability to turn around code reviews varies over time.
Comment 1•15 years ago
|
||
Yep, I think that the best one can do is search for reviews in a specific time frame where no-one was requested:
https://bugzilla.mozilla.org/buglist.cgi?type0-1-0=changedbefore&field0-1-0=flagtypes.name&field0-0-0=flagtypes.name&query_format=advanced&value0-2-0=2010-10-01&value0-1-0=2010-10-28&field0-2-0=flagtypes.name&type0-0-0=changedto&value0-0-0=review%3F&type0-2-0=changedafter&product=Bugzilla
You can't search for reviews where anyone was requested, because the matching on the "added" column is literal only (no regexp).
This is a limitation in Bugzilla, not in the BzAPI. Sorry :-|
Gerv
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•15 years ago
|
||
Reopening and moving to the Bugzilla product. Max, is this something that the new boolean chart functionality is likely to help with?
Assignee: gerv → charting
Status: RESOLVED → REOPENED
Component: BzAPI → Reporting/Charting
Product: Webtools → Bugzilla
QA Contact: bzapi → default-qa
Resolution: INVALID → ---
Version: Trunk → unspecified
Updated•15 years ago
|
Assignee: charting → query-and-buglist
Component: Reporting/Charting → Query/Bug List
OS: Mac OS X → All
Hardware: x86 → All
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Reopening and moving to the Bugzilla product. Max, is this something that the
> new boolean chart functionality is likely to help with?
Hmm. I'm not sure, but I think so, yeah. This would probably be the ultimate culmination of all of the Search work (that is, it would require absolutely every planned enhancement in order for this to work, and possibly then some).
| Reporter | ||
Comment 4•15 years ago
|
||
Since it probably wasn't clear from the original filing, the value here comes in the form making it easier to put together an app that helps us understand how quickly we're able to provide feedback to contributors who request it. This, in turn, will allow us to work on making contributing to our projects a more rewarding experience.
Comment 5•15 years ago
|
||
That makes total sense--when I did community research on the Bugzilla Project, the speed of response to reviews was one of the top three factors in determining the retention of community contributors.
Comment 6•13 years ago
|
||
This is now covered in bug 677757, probably can be marked as a duplicate (but I don't have the permission to do so)
You need to log in
before you can comment on or make changes to this bug.
Description
•