Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I want to filter BUG present in two different projects using a single query
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.