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
I'd like to configure a quick filter to show all issues related to any of several different components. For instance the components are named like Web Application, Mobile Application, Development, Testing, etc. Can i write a JQL "OR-statement" that includes all components, is there any JQL query for this quick filter
Hey,
I would use IN oder NOT IN: https://support.atlassian.com/jira-service-management-cloud/docs/jql-fields/#Component
Regards
Ralf
Hi any one has any idea related to Jira confluence AI Summarize new feature and how it will replace Microsoft Teams and Zoom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This should work:
component in ("Component 1", "Component 2", "Component 3")
^ It's the shortened version of OR.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your response,
When I entered (Component 1, Component 2, Component 3) its showing me an error
error in the JQL Query: Expecting operator but got '1'. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 12) Cancel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need this quick filter for Kanban board, where I want to create one quick filter for all 4 components
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'd need to replace Component 1, etc with your actual Component names - that was just an example.
And if there's more than one word for a Component, you'd need quotation marks (" ") around the phrase - I've added these above as an example.
Ste
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.
Hi Stephen,
I have 5 different components Quick filter in kanban board, but I want, suppose, if I randomly click on 2 or 3 components at a same time it will show all the issues of selected components.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you had a quick filter per component, clicking on 2-3 components will show issues that have all those components - they act as an "AND" when you select more than one.
They cannot currently function as an "OR" unfortunately, you'd need quick filters with each of the relevant combinations (as JQL) to function in this manner.
There is a suggestion for this feature though, check out JRACLOUD-69062
Ste
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.