<<

Bugzilla::Extension::BMO::Webservice

NAME

Bugzilla::Extension::BMO::Webservice - The BMO WebServices API

DESCRIPTION

This module contains API methods that are useful to user's of bugzilla.mozilla.org.

METHODS

See Bugzilla::WebService for a description of how parameters are passed, and what STABLE, UNSTABLE, and EXPERIMENTAL mean.

getBugsConfirmer

UNSTABLE

Description

This method returns public bug ids that a given user has confirmed (changed from UNCONFIRMED to NEW).

Params

You pass a field called names that is a list of Bugzilla login names to find bugs for.

names (array) - An array of strings representing Bugzilla login names.
Returns

A hash of Bugzilla login names. Each name points to an array of bug ids that the user has confirmed.

Errors
History
Added in BMO Bugzilla 4.0.

getBugsVerifier

UNSTABLE

Description

This method returns public bug ids that a given user has verified (changed from RESOLVED to VERIFIED).

Params

You pass a field called names that is a list of Bugzilla login names to find bugs for.

names (array) - An array of strings representing Bugzilla login names.
Returns

A hash of Bugzilla login names. Each name points to an array of bug ids that the user has verified.

Errors
History
Added in BMO Bugzilla 4.0.

<<