1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-07 10:08:20 +00:00

Add filter by owner and team to issue/pulls search endpoint (#16662)

* Filter by owner and team in API issue/pulls search

* Add integration test
This commit is contained in:
Jimmy Praet
2021-08-13 22:47:25 +02:00
committed by GitHub
parent 3a6edd3685
commit a4962a9440
5 changed files with 87 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
lower_name: repo5
name: repo5
is_private: true
num_issues: 0
num_issues: 1
num_closed_issues: 0
num_pulls: 0
num_closed_pulls: 0