1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

[API] Issue Search Add filter for MilestoneNames (#16173)

This commit is contained in:
6543
2021-06-17 08:40:59 +02:00
committed by GitHub
parent fdf9ab11cd
commit 9469e14dc6
4 changed files with 40 additions and 1 deletions

View File

@@ -1876,6 +1876,12 @@
"name": "labels",
"in": "query"
},
{
"type": "string",
"description": "comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded",
"name": "milestones",
"in": "query"
},
{
"type": "string",
"description": "search string",