Bug #5556
openAfter upgrade RhodeCode Enterprise, pull request via API adds repo owner as default reviewer
0%
Description
Hi!
After upgrade RhodeCode Enterprise 4.14 to 4.16.2, every time a pull request is created via API the owner of the repo is added.
There is no configuration or parameter to disable this behavior.
Is there any way to prevent the owner from being added, or is it a non-implemented feature?
Thanks.
Updated by Marcin Kuzminski [CTO] over 5 years ago
The code-review functionality requires reviewers to be present. During creation please specify manually reviewers to prevent author from beeing automatically added.
Updated by Jonathan Ferreyra over 5 years ago
the problem only comes when creating via api. suppose I indicate 2 reviewers (that neither of them is the owner of the repo), the owner is added automatically.
this from the web version it is possible to remove it manually. but via api there is not an option that allows to do it. (at least in the documentation of the api does not indicate any)
Is there any way that creating the pull request via api does not add to the owner of the repo? or is this feature not implemented?
Updated by Jonathan Ferreyra over 5 years ago
Hi! I would appreciate an answer as to whether it is possible to do the aforementioned. Regards.
Updated by Marcin Kuzminski [CTO] almost 5 years ago
- Target version set to v4.18