[python-bugzilla] using python-bugzilla to add product versions

Arun Babu Neelicattu abn at redhat.com
Mon Oct 13 23:39:02 UTC 2014


Assuming you mean, add a new version for a product and not update target release, it seems that the web service does not expose this feature [1]. I did not look at this in detail however. If it expose such a method, you could use it (as a temporary work around), as follows from a properly instantiated bz instance,

> bz._proxy.Product.<method>(kwargs)

-arun

[1] http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Product.html#update

----- Original Message -----
> From: "Jonathan Riddell" <jr at jriddell.org>
> To: python-bugzilla at lists.fedorahosted.org
> Sent: Tuesday, October 14, 2014 1:02:38 AM
> Subject: [python-bugzilla] using python-bugzilla to add product versions
> 
> Every release we need to update product versions and I've yet to find
> a way to script doing this.  Is it possible to do this with
> python-bugzilla?  I can't see anything looking at the API but maybe
> I'm missing it.  I'm managing releases of KDE Plasma.
> 
> Jonathan
> _______________________________________________
> python-bugzilla mailing list
> python-bugzilla at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
> 


More information about the python-bugzilla mailing list