[FR] add API to get available reviewers & assignees #14856
Labels
modifies/api
This PR adds API routes or modifies them
type/enhancement
An improvement of existing functionality
Milestone
expose
repo.GetReviewers()
asGET /api/v1/repos/<owner>/<repo>/reviewers
expose
repo.GetAssignees()
asGET /api/v1/repos/<owner>/<repo>/assignees
gitea/models/repo.go
Lines 617 to 624 in a4148c0
This would be helpful for
tea issue create
The text was updated successfully, but these errors were encountered: