Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358777 - please install BzAPI onto bugs.g.o
Summary: please install BzAPI onto bugs.g.o
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All All
: Normal enhancement
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 02:23 UTC by SpanKY
Modified: 2015-05-22 10:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2011-03-14 02:23:05 UTC
i'd like to have access to this:
https://wiki.mozilla.org/Bugzilla:REST_API
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2011-03-14 16:44:27 UTC
Hm, isn't JSON-RPC and XML-RPC enough?
Comment 2 SpanKY gentoo-dev 2011-03-14 18:53:35 UTC
istm that those techs were on the way out and bzapi is on the way in.  i didnt feel like learning something that would be replaced by a new interface.
Comment 3 SpanKY gentoo-dev 2011-03-23 06:09:24 UTC
well i cant find any info on xmlrpc going away, so i'll roll with that
Comment 4 SpanKY gentoo-dev 2013-05-21 19:38:47 UTC
seems the existing APIs do not provide access to all fields while BzAPI does
Comment 5 Christian Ruppert (idl0r) gentoo-dev 2013-05-23 13:06:57 UTC
Features of Bugzilla 4.4 that might be related:
Improved WebServices

This release got major improvements in its WebServices interface. Many new methods have been implemented to let third-party applications interact with Bugzilla even more closely. For instance, it is now possible to know what parameters are set to using Bugzilla.parameters. It is now also possible to update tags, products, groups or user accounts using our API.

Several existing methods have also been improved to return data which weren't available till now, such as bug and attachment flags using Bug.get, Bug.attachments or Product.get. Users can also get their saved searches and reports using User.get; and much more, see the detailed list[1] below.

[1] http://www.bugzilla.org/releases/4.4/release-notes.html#v44_feat_webservices_details
Comment 6 SpanKY gentoo-dev 2015-05-22 10:21:44 UTC
i guess i didn't enumerate the exact functionality that i'm looking for.  the current version we're running lacks the ability to set KEYWORDS in the initial creation phase:
https://github.com/williamh/pybugz/issues/52

you have to create the bug and then modify it after the fact.  it's annoying, but i guess manageable:
 - post the bug assigned to yourself w/no cc
 - modify the bug: add keywords, re-assign, and add relevant cc