You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Maybe there are some inconsistent logics between the API and Web UI (well, it happened a lot ...... bug)
AdamMajer
changed the title
Ability to add reviewers outside of Organization in UI
Ramdom users can be added as reviewers via API, while not via UI
Nov 25, 2024
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.
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: