
On Sat, May 20, 2006 at 02:17:56PM +0200, Khiraly wrote:
Hi!
How can I obtain some statistical about bugreports and RFEs ? Im thinking of:
- how many open bugreports/RFEs are at the moment
This can be gotten from the SourceForge stats section.
- how many bugreports/RFEs was closed from a given date (ex: from the
latest release)
This will be more difficult to get, but I think if you sort the bug list by closed date, and filter by state=closed, you can count them manually to find it. This is what i've done in the past to get this info.
- how many bugreports/RFEs need info, etc
There isn't an easy way to get detailed bug info like this, but it'd be very nice if we could.
Is sf.net is able provide me some of the aboves info?
There is also a Perl module at CPAN called WWW::SourceForge that helps to automate scraping info from the SF website. However, when SF changed their web layout earlier this year, it broke the tool. I've submitted patches to help update it, but there's still some things that don't work right.
It may also be possible to download a backup tarball of our SourceForge info database. I've never done that before though so don't know exactly what you'd get, or how easily it could be reused. Might be worth a try, though.
Bryce