Forums

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

Want to filter issues associated with two project as a single query

Kousika.Thangamani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 3, 2019

I want to filter BUG present in two different projects using a single query

1 answer

2 votes
DPKJ
Community Champion
December 3, 2019

This is very easy with Jira Advance Search (JQL Search) - https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-939938733.html

Query in your case will look like this (if you have two project with key AAA, BBB) -

project in ("AAA", "BBB") AND issuetype = Bug

Suggest an answer

Log in or Sign up to answer