[python-bugzilla] creation date in query

Cole Robinson crobinso at redhat.com
Fri Jun 15 14:28:49 UTC 2012


On 06/14/2012 09:46 PM, Vivek Ayer wrote:
> Hi,
> 
> I like python-bugzilla and was wondering if there was a way to do
> 'Creation date: less than or equal to DATE'? Boolean charts perhaps?
> If so, could someone illustrate? I'm on Bugzilla 4.2.1 with
> python-bugzilla 0.7.0. According to python-bugzilla, apparently my
> 4.2.1 doesn't support Boolean charts. If not boolean charts, perhaps
> this support could be added? Help appreciated.
> 

The actual upstream Bugzilla software doesn't support XMLRPC queries with
boolean charts AFAIK. That is a custom Red Hat bugzilla extension that isn't
upstream. So it isn't a case of just implementing it in python-bugzilla.

That said you could query all bugs and do the date comparison as an extra
step, but it could be very slow.

- Cole



More information about the python-bugzilla mailing list