Open
Bug 283964
Opened 20 years ago
Updated 17 years ago
Have summarize_time.cgi call Search.pm itself
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
NEW
People
(Reporter: bugreport, Unassigned)
References
Details
If I have a DB with thousands of bugs and I want to summarize time during a certain time period, I currently have to first query for all of those bugs and then pass the list of bug ids to summarize time. It should be possible to pass the query itself to summarize time and let it do the whole query at once. There is a workaround for this for now. I could restrict my original search to those bugs that had time counted during the time period of interest.
You need to log in
before you can comment on or make changes to this bug.
Description
•