Forums

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

Formulas in Issues

Ryan Jared
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!
August 19, 2021

Im trying to pull a a specific filter but I'm not sure if it is possible. Does anyone know if the below can be done. 

 

All tickets in a specific project + All tickets that are not closed + all tickets assigned to me 

I know how to get the tickets assigned to me that are not closed, but is it possible in the same filter to get all tickets in a project (not just assigned to me) as well? Below is what I have so far 

 

assignee = ryajar AND status not in (Closed)

1 answer

2 votes
Jack Brickey
Community Champion
August 19, 2021

All tickets in a specific project + All tickets that are not closed + all tickets assigned to me 

project = thisProject AND statuscategory != done AND assignee = currentuser()

does this get you what you want?

Suggest an answer

Log in or Sign up to answer