Skip to content

No Milestone option for project issues API resource

What does this MR do?

Fixes the incoherent filtering by milestone in /projects/:id/issues and /groups/:id/issues endpoints, probably additional filtering issues.

See !6825 (closed)

Are there points in the code the reviewer needs to double check?

Changing /projects/:id/issues and /issues to use the IssuesFinder changes the meaning of the labels parameter, so the tests have been changed to match. This could be a slight gotcha for existing API users. The resources gain some parameters that are implemented in the IssuesFinder but not documented in the API documentation or covered by the API tests. These could become part of the API simply by adding docs and tests, but this has not been done in this MR.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #23244 (closed)

Merge request reports