Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Umer Saeed
Contributor
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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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 Champion
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