-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Ramdom users can be added as reviewers via API, while not via UI #32637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe there are some inconsistent logics between the API and Web UI (well, it happened a lot ...... bug) |
I've just tried this on github, and I also cannot add individual outside of the target organization.. So, yes, I think this can be re-classified as a bug in API then. |
I believe the issue is that review requests from unrestricted users cannot be added through the UI, but can still be added via the API. #32642 will fix that. |
Feature Description
I'm not certain if this is a bug, a feature request or a UI issue.
I would like to add a review that is not a collaborator or member of organization. In the UI, I cannot seem to be able to add them. For example, to
https://demo.gitea.com/test2/repo/pulls/1
I can't add a user "gnuman". But programatically via API this works.
curl -X 'POST' 'https://demo.gitea.com/api/v1/repos/test2/repo/pulls/1/requested_reviewers' ....
Would it be possible to add explicit users to reviews outside of the teams/org? For example, typing a username in the UI should allow that user to be added even if we do not auto-complete users outside of the organizations.
Screenshots
The text was updated successfully, but these errors were encountered: