Bugzilla::Extension::Ember::Webservice - The BMO Ember WebServices API
This module contains API methods that are useful to user's of the Bugzilla Ember based UI.
See Bugzilla::WebService for a description of how parameters are passed, and what STABLE, UNSTABLE, and EXPERIMENTAL mean.
UNSTABLE
This method returns the necessary information for the Bugzilla Ember UI to generate a bug creation page.
You pass a field called product that must be a valid Bugzilla product name.
product (string) - The Bugzilla product name.UNSTABLE
This method returns the necessary information for the Bugzilla Ember UI to properly generate a page to edit current bugs.
You pass a field called id that is the current bug id.
id (int) - A bug id.UNSTABLE
A wrapper around Bugzilla's search method which also returns the total of bugs matching a query,
even if the limit and offset parameters are supplied.
As per Bugzilla::WebService::Bug::search()
UNSTABLE
This method returns just the current bug values, comments, and attachments without all of the field information.
You pass a field called id that is a valid bug ids.
id (integer) - A valid bug idlast_updated - (dateTime) An optional timestamp that includes only fields,
attachments,
or comments that have been changed or added since.UNSTABLE
This method returns the current attachment data and flag types for a given bug id or attachment id.
You pass a field called id that is a valid bug id or an attachment_id which is a valid attachment id.
id (integer) - A valid bug id.attachment_id (integer) - A valid attachment id.