is there any way I can build a custom filter involving selected issues from multiple projects?
Hi @Anvesh Bhat and welcome!
Sure, you can use advanced search for this by including the "Project" dropdown in your search:
If you're using JQL, you can include multiple projects like this:
project in (PROJECT1, PROJECT2, PROJECT3)
Hope this helps.
Also:
key in (ABC-123, DEF-234, EFG-111)
will work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Anvesh Bhat
Welcome to the Atlassian community.
Yes, that is possible, and is a standard use case for filtering.
You can learn more about searching for issues (creating filters) using both a Basic methodology and an Advanced methodology here:
https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/
If you have a more specific question about the criteria to get a specific set of results, don't hesitate to ask us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.