Skip to content

Refactor issues filter in API

username-removed-2900 requested to merge api-refactor-issues-filter into master

What does this MR do?

Ruse the IssueFinder for finding and filtering issues in the API. We cannot use the label filter of the issue finder because it matches only if all labels matches. The current API however matches if any of the label matches. I propose to change this in 9.0 since the /groups/:id/issues already uses the issue finder for that.

Merge request reports