Skip to content

Ramdom users can be added as reviewers via API, while not via UI #32637

Open
@AdamMajer

Description

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

image

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions