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
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.htm...
----- Original Message -----
From: "Jonathan Riddell" jr@jriddell.org To: python-bugzilla@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@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
python-bugzilla@lists.stg.fedorahosted.org