Giter VIP home page Giter VIP logo

instantbird-protocol-bugzilla's Introduction

instantbird-protocol-bugzilla

Assists to setup a chat account for Bugzilla

http://www.bugzilla.org/
https://wiki.mozilla.org/Bugzilla:REST_API
http://bugzilla.readthedocs.org/en/latest/api/index.html
https://wiki.mozilla.org/BMO/ChangeNotificationSystem#Commands
https://bugsnag.com/docs/notification-plugins
https://mrcote.info/blog/2014/04/04/bugzfeed-bugzilla-push-notifications/
https://wiki.mozilla.org/Auto-tools/Projects/Pulse/Exchanges
https://wiki.mozilla.org/BMO/ChangeNotificationSystem
https://github.com/mozilla/bugzfeed
http://people.mozilla.org/~mcote/bugzfeed_example/

Examples of native REST API use

public data

Here are few examples of using the API (without logging in, so with public data)

Get all data for a single bug

https://bugzilla.mozilla.org/rest/bug/35

However you almost always never need all data. Use "include_fields" to request just the data you need. Most of the calls to Bugzilla support "include_fields".

https://bugzilla.mozilla.org/rest/bug/35?include_fields=summary,status,resolution

Get all comments for a single bug

https://bugzilla.mozilla.org/rest/bug/707428/comment

Get history of all metadata changes for a single bug

https://bugzilla.mozilla.org/rest/bug/707428/history

Get data for all the bugs in the 29 Branch

https://bugzilla.mozilla.org/rest/bug?version=29%20Branch

Get data for all the bugs assigned to a particular user

https://bugzilla.mozilla.org/rest/[email protected]

Get data for all the bugs with the keyword "topcrash"

https://bugzilla.mozilla.org/rest/bug?keywords=topcrash

Get all the bugs that are mentored

https://bugzilla.mozilla.org/rest/bug?product=Input&f1=bug_mentor&o1=isnotempty

Get data about a particular product

https://bugzilla.mozilla.org/rest/product/firefox

Get data about products and components

https://bugzilla.mozilla.org/rest/product/core?component=DOM

Get data for a user

https://bugzilla.mozilla.org/rest/[email protected]

Client example:

https://www.bzdeck.com/

Generate an API Key:

https://bugzilla.mozilla.org/userprefs.cgi?tab=apikey

instantbird-protocol-bugzilla's People

Contributors

ajsb85 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.