I have several Custom Filters selecting a key word from the summary:
summary ~ "noodles" ORDER BY duedate ASC
summary ~ "pasta" ORDER BY duedate ASC
The filters work great if I select one, but if I want to filter all issues with the summary contaning "noodles" AND all issues with the summary contaning "pasta" no issue appear since no issue has in the summary "pasta noodles".
Is there a way to include all issues contaning only "pasta" and all isues contaning only "noodles" when selecting multiple custom filters?
Thanks!
D
to make it clearer:
The "Labels" work in a way that if you click on a lable, all issues with that lable are shown and issues without that lable are not. If you click on another Label, you see issues with either, both or one of the labels.
With Custom filters that is not the case. If you select two custom filters at the same time, only issues which meet both cinditions will show, but not issues which meet only one of the custom fields.
What I need is for Custom Fields to behave like Labels.
you should try the following filter :
summary ~ noodles or summary ~ pasta order by duedate ASC
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I thought of that, though that would make a single custom filter.
What I need is a custom filter that selects only for pasta.
Another custom filter that selects only for noodles.
But if both custom filters are checked, then all issues with noodles and pasta are shown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you talking about quick filters in a board? Please specify
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are talking about "if both custom filters are checked". My question is where?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@David Martinez Moreno , please attach a full screenshot. I can't figure out in what screen you are.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm in a project. The default projects "Board" screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.