Closed
Bug 1489120
Opened 7 years ago
Closed 7 years ago
Add a rest API to get triage owners for each product/component pair
Categories
(bugzilla.mozilla.org :: API, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: calixte, Assigned: kohei)
References
Details
Attachments
(1 file)
I need to make stats with triage owners so having this feature will help me a lot.
Assignee | ||
Updated•7 years ago
|
Component: WebService → API
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: webservice → kohei.yoshino
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 years ago
|
||
My PR adds the `triage_owner` field to the existing /rest/product API.
https://bmo.readthedocs.io/en/latest/api/core/v1/product.html#get-product
Note that the API has a performance issue, you have to exclude flags from requests. See Bug 1251064.
Assignee | ||
Updated•7 years ago
|
Severity: normal → enhancement
Assignee | ||
Comment 3•7 years ago
|
||
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•