NAME
Testopia::Webservice::User – Lookup users by Id or Name
DESCRIPTION
Allows you to lookup users by login name (email) or ID
METHODS
See Bugzilla::WebService for a description of how parameters are passed.
- lookup_status_name_by_id
-
Params: $id - Integer: ID of the status to return Returns: String: the status name.
- lookup_status_id_by_name
-
Params: $login - String: the status name. Returns: Integer: ID of the status.
SEE ALSO
AUTHOR
Greg Hendricks <ghendricks@novell.com>