JQL For searching tickets from Another project, within the Board of another?

Umer Saeed December 15, 2014

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?

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 15, 2014

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'"

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 15, 2014

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

Suggest an answer

Log in or Sign up to answer