Use Bugzilla REST API to Insert Existing Product "Version"

Dave Miller justdave at bugzilla.org
Tue Feb 25 00:54:33 UTC 2025


A version is its own object type. 

https://bugzilla.readthedocs.io/en/latest/integrating/api/Bugzilla/Version.html

You can create a new version there by passing the version name and the ID of the product to attach it to.

The function docs look like they're missing, but it's in the example at the top.

On February 24, 2025 7:11:03 PM EST, David Wright <David_Wright at phoenix.com> wrote:
>Hello,
>
>We are trying to Automate insertion of a Product "Version" instead of having to do it manually.
>
>According to the Bugzilla API manual, this does not seem to be an option for UPDATING, only CREATING a new product.
>https://bugzilla.readthedocs.io/en/latest/integrating/api/Bugzilla/WebService/Product.html
>
>But maybe we are looking at the wrong documenation or misunderstanding.
>
>Is there any way we can use the Bugzilla REST API to insert a new version for an existing product?
>
>This is the current manual process:
>
>[cid:image001.png at 01DB86D6.B2CD1670]
>
>[cid:image002.png at 01DB86D6.B2CD1670]
>
>Thanks,
>David Wright
>Phoenix Technologies
>
>
>

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bugzilla.org/pipermail/support-list/attachments/20250224/c6b1986b/attachment.html>


More information about the support-list mailing list