You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.