Closed Bug 993227 Opened 11 years ago Closed 10 years ago

Integrate suggested reviewers

Categories

(MozReview Graveyard :: General, defect, P2)

Production
defect

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.
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. :)
(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 } ]
Keywords: bmo-big
Product: bugzilla.mozilla.org → Developer Services
No longer blocks: 515210
We'll be using tree metadata instead.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Product: Developer Services → MozReview
(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)
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.