Bugzilla::Extension::BMO::Webservice - The BMO WebServices API
This module contains API methods that are useful to user's of bugzilla.mozilla.org.
See Bugzilla::WebService for a description of how parameters are passed, and what STABLE, UNSTABLE, and EXPERIMENTAL mean.
UNSTABLE
This method returns public bug ids that a given user has confirmed (changed from UNCONFIRMED to NEW).
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.A hash of Bugzilla login names. Each name points to an array of bug ids that the user has confirmed.
UNSTABLE
This method returns public bug ids that a given user has verified (changed from RESOLVED to VERIFIED).
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.A hash of Bugzilla login names. Each name points to an array of bug ids that the user has verified.