Refactor issues filter in API
Compare changes
+ 8
− 21
@@ -5,28 +5,18 @@ module API
@@ -50,8 +40,7 @@ module API
@@ -99,16 +88,14 @@ module API
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.