Hi
I have a JIRA Scrum Board - lets call it BOARD ABC, with issue key ABC-123
In this board, I have a filter to also show tickets from a project called XYZ.
What's the JQL Query to search for just the XYZ tickets within BOARD ABC?
Your boards are actually irrelevant. What matters is the filter the board runs.
So... "What's the JQL Query to search for just the XYZ tickets within BOARD ABC?" - the answer to that is "Run the filter on the board, and add 'and project = XYZ'"
The filters only work on the issues fetched by the main JQL filter, if that filter isn't fetching any XYZ issues then nothing would work, but if your board's core filter is fetching issues from both project then you can use quick filter to fetch issues only from XYZ project these issues would be sub-set of the total issues being fetched. Quick filter links are on the top of the board.
here's how to configure them - https://confluence.atlassian.com/display/AGILE/Configuring+Quick+Filters
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.