Refactor issues filter in API
Compare changes
- Robert Schilling authored
+ 1
− 0
@@ -16,6 +16,7 @@ def filter_issues_labels(issues, labels)
@@ -16,6 +16,7 @@ def filter_issues_labels(issues, labels)
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.