Good afternoon colleagues Tell me, is it possible to somehow configure the filters on the scrum/kanban board so that they work not as "Condition 1" and "Condition 2", but as "Condition 1" or "condition 2" when you click them on the board?
Community moderators have prevented the ability to post new answers.
Hi @Анастасия Васильченко welcome to the Atlassian Community!
In that case, don't make 2 quick filters, but 1 quick filter with JQL query "Condition 1" OR "Condition 2".
Thanks for the answer And if you need to combine different components, and there are more than 10 of them?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Анастасия Васильченко
Then write your filter like this:
component in ("Component 1", "Component 2", "Component 3") listing all the relevant components, separated by commas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.