Can we add support search issues by milestone (id or name)
to api
I'll take it ;)
@6543, I think we have to implement milestone index before this one and this also depends on #9931
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
update: still a lot to do
done look at #10148
It works this way:
comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded
Thank you
@6543 Can you please provide examples how to deal with that. I also wanna use it.
@IvanBezrukavyiSS https://try.gitea.io/api/swagger#/issue/issueListIssues
Just add milestones
query
Most helpful comment
done look at #10148
It works this way:
comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded