Details
-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 5.6.1
-
Fix Version/s: 5.6.5
-
Labels:None
-
Sprint:DevTools 61
-
Critical Points:0.5
Description
The front-end auto-filling of the reviewers field is accomplished with the help of a REST endpoint which checks every configured 'Auto add reviewers' handler to find those that are applicable to the PR being created. However, the endpoint does not check whether a handler is disabled, and therefore whether it should refrain from instructing the front end to auto-fill the corresponding reviewers.