Multiple project names in one filter

John Snow
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!
November 4, 2024

Hello,

How do I add multiple project names in a single filter? 

This is what I am using and it works

Project = Project 1 AND Type IN (Bug, Story-Bug) AND Created ="2024-01-01"

But, 
My goal is to included Project 2, Project 3 or Project 4, into this query.

What's the right syntax?

Thanks,
JS 

2 answers

1 accepted

0 votes
Answer accepted
John Snow
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!
November 5, 2024

Thanks @Mikael Sandberg 

It worked!

3 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2024

Hi @John Snow,

Welcome to Atlassian Community!

To use multiple projects in your query you would use IN, like this:

project IN (project1, project2, project3)

Or if you are using project categories then you could do something like this"

category = MyProjects

You can learn more about the different operators here

Suggest an answer

Log in or Sign up to answer