gitlab-org--gitlab-foss/changelogs/unreleased/52371-removes-patially-matching-no-label-and-makes-it-case-insensitive.yml
Jacopo c068ac67b3 Filter by None/Any for labels in issues/mrs API
By using the parameters `?labels=None|Any` the user can filter
issues/mrs from the API that has `none/any` label.

Affected endpoints are:

- /api/issues
- /api/projects/:id/issues
- /api/groups/:id/issues
- /api/merge_requests
- /api/projects/:id/merge_requests
- /api/groups/:id/merge_requests
2018-11-23 16:11:52 +01:00

5 lines
159 B
YAML

---
title: removes partially matching of No Label filter and makes it case-insensitive
merge_request: 22622
author: Jacopo Beschi @jacopo-beschi
type: changed