Testopia::Webservice::User

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: […]

Read More