Commit 5c572335 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '26315-unify-labels-filter-behavior-ee' into 'master'

Backport "Unify issues search behavior by always filtering when ALL labels matches"

See merge request !1258
parents e5eebeb8 fa123b9a
......@@ -25,3 +25,5 @@ changes are in V4:
- Moved `/projects/fork/:id` to `/projects/:id/fork`
- Endpoints `/projects/owned`, `/projects/visible`, `/projects/starred` & `/projects/all` are consolidated into `/projects` using query parameters
- Return pagination headers for all endpoints that return an array
- Labels filter on `projects/:id/issues` and `/issues` now matches only issues containing all labels (i.e.: Logical AND, not OR)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment