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

Filtering by Owner in dashboards not working #876

Open
pedroosorio opened this issue Jul 17, 2024 · 0 comments
Open

Filtering by Owner in dashboards not working #876

pedroosorio opened this issue Jul 17, 2024 · 0 comments

Comments

@pedroosorio
Copy link

Hi,

We've noted that filtering by owner (groups/subgroups) is not working properly in the dashboards. We've fixed it by replacing pretty much everywhere:

project=~"$PROJECT" or project=~"$OWNER.*"

with

project=~"$OWNER.*", project=~"$PROJECT"

This filters the projects by owner to include all of them (All -> .* then matches all of them) and it works by selecting individual projects :)

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

No branches or pull requests

1 participant