Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rule without tags must not match any tag filter (#23782) #23939

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alespour
Copy link
Contributor

Description

Per API specification, as the ultimate source of truth, when tag filter in specified in GET request as query parameter, "Only return notification rules that "would match" statuses which contain the tag key value pairs provided."
Current implementation also returns rules without any tags. This PR fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NotificationRules - GET with tag filter returns also rules that have no defined tags
1 participant