[FR] add API to get available reviewers & assignees #6953

Closed
opened 2025-11-02 07:12:03 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @noerw on GitHub (Mar 2, 2021).

expose repo.GetReviewers() as GET /api/v1/repos/<owner>/<repo>/reviewers
expose repo.GetAssignees() as GET /api/v1/repos/<owner>/<repo>/assignees

a4148c0f12/models/repo.go (L617-L624)

This would be helpful for tea issue create

Originally created by @noerw on GitHub (Mar 2, 2021). expose `repo.GetReviewers()` as `GET /api/v1/repos/<owner>/<repo>/reviewers` expose `repo.GetAssignees()` as `GET /api/v1/repos/<owner>/<repo>/assignees` https://github.com/go-gitea/gitea/blob/a4148c0f12fe5a93d2c9a40f24d4813bcfef4ff8/models/repo.go#L617-L624 This would be helpful for `tea issue create`
GiteaMirror added the type/enhancementmodifies/api labels 2025-11-02 07:12:03 -06:00
Author
Owner
@6543 commented on GitHub (Mar 5, 2021): blocking * https://codeberg.org/gitnex/GitNex/issues/200 * https://gitea.com/noerw/tea/src/branch/issue-create-opts/modules/interact/issue_create.go#L118
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#6953