0

I want my build server to create a version in our Bugzilla tracker every time a release build is made. Is this possible? So far, I've found the following APIs that come close, but don't provide this functionality:

Bugzilla::WebServer::Product - Allows updating of a couple fields from the product, but not the versions. Bugzilla REST API - Only provides methods dealing with bugs, nothing with the product.

Edward Dale
  • 29,597
  • 13
  • 90
  • 129

2 Answers2

1

I think you will have to create your own API. I'd create a simple Perl CGI that uses the Version package. http://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/Version.html

Wayne Allen
  • 842
  • 4
  • 12
0

There is an existing feature request with a patch out for this: https://bugzilla.mozilla.org/show_bug.cgi?id=777047

Be sure to vote to help push this through.