Open
Bug 2065173
Opened 29 days ago
Updated 2 days ago
Migrate Group REST resource to native Mojo API
Categories
(bugzilla.mozilla.org :: API, task)
Tracking
()
ASSIGNED
People
(Reporter: xavier.lhour, Assigned: xavier.lhour)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Part of the REST-to-Mojo migration tracked in bug 2057358.
- Port Bugzilla::WebService::Group (create/get/update, gated by creategroups/editgroups) into Bugzilla::API::V1::Group
- Preserve the MAPPED_RETURNS field-name translation (userregexp > user_regexp, isactive > is_active) in the new controller's hash-building
- Same delete/dispatch-table cleanup as prior resources
Comment 1•3 days ago
|
||
Updated•2 days ago
|
Assignee: nobody → xavier.lhour
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•