BugzillaStatus
This page for links that help the viewing of bugzilla.
RVC = RESOLVED or VERIFIED or CLOSED
Weekly Activity
Monthly Activity
November 2007
October 2007
How the links were generated
This is just help catching any bugs (if any) in the queries.
The query links were made with the boolean charts at the bottom of the bugzilla search page.
The Bugs created links are generated from the following rules:
Creation date is greater than YYYY-MM-DD
AND
Creation date is less than YYYY-MM-DD
The Bugs RVC links are generated from the following rules:
Last changed date is greater than YYYY-MM-DD
AND
Last chagned date is less than YYYY-MM-DD
AND
Status is equal to RESOLVED OR
Status is equal to VERIFIED OR
Status is equal to CLOSED
The Bugs closed links are generated from the following rules:
Last changed date is greater than YYYY-MM-DD
AND
Last chagned date is less than YYYY-MM-DD
AND
Status is equal to CLOSED
Strange things I noticed:
For example:
Creation date is greater than 2007-11-01
matches bugs created on 2007-11-01? I would have expected that from is great than or equal to. Bug in bugzilla maybe? Anyway I've taken this into account so if this behaviour changes at some point then the queries will need to be updated.
