Ability to filter with label wildcards?
See original GitHub issueWe use a hierarchical labelling system where I am. For example, origin/customer/{name-of-customer}
, area/product/widget-factory/windows
.
I’d really like to have closer control over how to route issues, so that I could, for example, do label: area/product/*
and add that to the product-manager triage project, vs area/internal/foo
to a different project.
We have quite deep hierarchies; being able to use glob semantics (?
for wildcard single character; *
for wildcard between /
, and; **
for recursively wildcard) would be extremely useful.
Is that something you would support, either by implementing directly, or by accepting an appropriate-quality-standards PR?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Filter by Text wildcards | MyExcelOnline
Pivot Table allows you to filter by text wildcard characters and make your filtering dynamic. You can use the row label filter and...
Read more >Filter scoped labels with a wildcard (#12285) · Issues - GitLab
Filter scoped labels with a wildcard to quickly find issues, epics, or merge requests that all share the same key from a set...
Read more >How To Use Wildcards/Partial Match With Excel's Filter Function
Begins With Wildcard Search (Filter Function) ... To perform a begins with wildcard search (example = Ash*) you will need to rely on...
Read more >Ability to use wildcards in filter criteria on Views - IdeaExchange
In our organization we would like to be able to use wildcards in the filter criteria value field on a View. In fact...
Read more >Excel Wildcard Characters - Why Aren't You Using These?
Select the cells that you want to filter. · Go to Data –> Sort and Filter –> Filter (Keyboard Shortcut – Control +...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we’d definitely accept regex / glob matching prs