Bugzilla::WebService::Bugzilla - Global functions for the webservice interface.
This provides functions that tell you about Bugzilla in general.
See Bugzilla::WebService for a description of what STABLE, UNSTABLE, and EXPERIMENTAL mean.
version
EXPERIMENTALReturns the current version of Bugzilla.
A hash with a single item,
version
,
that is the version as a string.
plugins
EXPERIMENTALGets information about the plugins that are currently installed and enabled in this Bugzilla.
A hash with a single item,
plugins
.
This points to a hash.
That hash contains the names of plugins as keys,
and the versions of the plugin as values.
timezone
EXPERIMENTALReturns the timezone of the server Bugzilla is running on. This is important because all dates/times that the webservice interface returns will be in this timezone.
A hash with a single item,
timezone
,
that is the timezone as a string in (+/-)XXXX (RFC 2822) format.