Closed
Bug 709428
Opened 14 years ago
Closed 13 years ago
Expose groups of which a user is part
Categories
(Webtools Graveyard :: BzAPI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jdm, Assigned: gerv)
References
Details
For example the general@js.bugs user is in the generic-assignees group (https://bugzilla.mozilla.org/editusers.cgi?action=activity&userid=107327). This would be really handy information to know for tools that are trying to differentiate between bugs with real and fake assignees.
Assignee | ||
Comment 1•14 years ago
|
||
BzAPI's service in this case is backed by Bugzilla's XML-RPC API for getting user info:
http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/User.html
That doesn't have group information, so we can't provide it. I'm afraid you'll need to start by filing an upstream bug for that.
Gerv
Assignee | ||
Comment 2•13 years ago
|
||
Following the upstream implementation of the XML-RPC API improvements, this Just Works(TM) on api-dev. :-)
Gerv
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•