An error occurred while fetching the assigned milestone of the selected merge_request.
Refactor issues filter in API
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.