Closed
Bug 993227
Opened 11 years ago
Closed 10 years ago
Integrate suggested reviewers
Categories
(MozReview Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mcote, Unassigned)
Details
Suggested reviewers are available from the Bugzilla API, so we should integrate it into Review Board. It'll probably need a new widget in the UI near the "People" field.
Reporter | ||
Comment 1•11 years ago
|
||
We shouldn't have to bother with products/components here. Rather, there should be a Bugzilla API call that says "give me the suggested reviewers for bug X". If that doesn't exist, it needs to. :)
Comment 2•11 years ago
|
||
(In reply to Mark Côté ( :mcote ) from comment #1)
> We shouldn't have to bother with products/components here. Rather, there
> should be a Bugzilla API call that says "give me the suggested reviewers for
> bug X". If that doesn't exist, it needs to. :)
It does. Example:
https://bugzilla.mozilla.org/rest/review/suggestions/859168
[
{
"email" : "echou@mozilla.com",
"id" : 434302,
"name" : "Eric Chou [:ericchou] [:echou]",
"review_count" : 9
},
{
"email" : "gyeh@mozilla.com",
"id" : 445298,
"name" : "Gina Yeh [:gyeh] [:ginayeh]",
"review_count" : 0
}
]
Assignee | ||
Updated•11 years ago
|
Product: bugzilla.mozilla.org → Developer Services
Reporter | ||
Comment 3•10 years ago
|
||
We'll be using tree metadata instead.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: Developer Services → MozReview
Comment 4•8 years ago
|
||
(In reply to Mark Côté [:mcote] from comment #3)
> We'll be using tree metadata instead.
Could we reconsider this? The support for defining reviewers in tree hasn't landed (bug 1137042) and I doubt bugzilla will be able to use it even when it does. It doesn't make much sense for bugzilla and mozreview to be using different sources of truth.
Flags: needinfo?(mcote)
Reporter | ||
Comment 5•8 years ago
|
||
We're rethinking the review-request process right now. It might make sense to have a central service that both BMO and MozReview could use, rather than separately baking it into different places.
Flags: needinfo?(mcote)
You need to log in
before you can comment on or make changes to this bug.
Description
•