Skip to content

astares/Bugzilla-REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Bugzilla-REST

Pharo wrapper for Bugzilla REST API

Usage

To start you need access to a bugzilla server

BzBugzilla on: 'https://bugzilla.mozilla.org'

you can also play around with the example Bugzilla server from mozilla.org

BzBugzilla example

Retrieving a bug

BzBugzilla example bug: 35

returns a new bug with the given bug number.

Retrieving a user

(BzBugzilla example bug: 35) creator