0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-06 20:56:00 +01:00
Daniel Garcia Moreno 829bbd1389 Add created_by filter to SearchIssues
This patch adds the created_by filter to the SearchIssues method.

tea cli has an option to filter by author when listing issues, but it's
not working. The tea command line creates this request for the API when
using the author filter:

$ tea issue list -l local --kind pull -A danigm -vvv
http://localhost:3000/api/v1/repos/issues/search?created_by=danigm&labels=&limit=30&milestones=&page=1&state=open&type=pulls

This patch fixes the API to allow this kind of queries from go-sdk and
tea cli.
2026-02-19 08:09:23 +01:00
..
2026-02-19 08:09:23 +01:00
2026-01-24 05:11:49 +00:00