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

Kousika.Thangamani December 3, 2019

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

1 answer

2 votes
DPKJ
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 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