Hello,
I have one project with 4 separate kanban boards, where depending on two components I would like to dictate which board it shows up on and in what swim lane on that board. I tried using the AND function in my JQL query: component = "x" AND component = "Y", but what ends up happening is that all issues show up on all 4 boards. Am I missing a step or two? Please advise.
Thanks.
It seems like you're trying to accomplish this by only editing the Quick Filters and not the General filter for the board.
Go to Configure > General > Edit Filter Query and edit the query for each board.
Components should be a required field since you want to see specific components on each board. If it isn't required you risk the chance a ticket is entered in with no component that won't show up on any board and gets lost.
I'd be tempted to add "or component is empty" to both board queries, so that they're included until someone adds a component. If you don't make the component mandatory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to achieve correcting this by modifying the Saved Filter by adding (before the Group By):
AND (component = "X" or component = "y" or component = "z") and component = "1"
*With the letters standing in for the name of the actual swim lane components and the number for the correct board component.
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.