-
- Downloads
Allows to filter issues by `Any milestone` in the API
In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
parent
bf37ff07
No related branches found
No related tags found
Showing
- app/finders/issuable_finder.rb 6 additions, 0 deletionsapp/finders/issuable_finder.rb
- app/models/concerns/issuable.rb 1 addition, 0 deletionsapp/models/concerns/issuable.rb
- changelogs/unreleased/51748-filter-any-milestone-via-api.yml 5 additions, 0 deletionschangelogs/unreleased/51748-filter-any-milestone-via-api.yml
- doc/api/issues.md 1 addition, 1 deletiondoc/api/issues.md
- spec/finders/issues_finder_spec.rb 8 additions, 0 deletionsspec/finders/issues_finder_spec.rb
- spec/requests/api/issues_spec.rb 10 additions, 0 deletionsspec/requests/api/issues_spec.rb
Please register or sign in to comment