Skip to content

Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints

Originally opened at !7134 (closed) by @eisnerd.


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?

Closes #23194 (closed)

Merge request reports