The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champion
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

TAGS
AUG Leaders

Atlassian Community Events