Closed
Bug 369755
Opened 18 years ago
Closed 18 years ago
pull data from bugzilla
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ray, Unassigned)
Details
I need some data from bugzilla. It seems the easiest way to get this (per justdave) is to put in an IT request for it. As part of the testing survey I am doing, I need to characterize some bug info.
I would like a simple dump of the bugs, including resolved and fixed bugs. If you need to filter for security, that is of course fine.
Of course I want the data very soon, but I have plenty of other work to do if it is not a quick job to get to the data.
What I most want is:
bug #
title
status
keywords
whiteboard
product
component
Let me know if any of this causes a problem. I appreciate the time and effort. Thanks.
i'm confused.
you are willing to have private bugs dropped, and all the fields you want are available in the 'change columns' field
https://bugzilla.mozilla.org/colchange.cgi
just check the fields you want, note that "title" is "Full Summary".
other than that, you can run your query with those saved fields and specify CSV format.
nothing should prevent this from working.
Comment 2•18 years ago
|
||
As timeless points out, you should be able to generate this on your own.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Comment 3•18 years ago
|
||
Except that if you want *all* bugs from b.m.o (minus those restricted to groups), MySQL, Apache or your browser will die before you get all your data (due to the number of bugs desired).
FWIW, that's solvable using Boolean charts:
Bug # is greater than 0 _and_ Bug # is less than 10001
repeat until you get all the bugs (be careful about overlap)
Bug # is greater than 10000 _and_ Bug # is less than 20001
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•