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: 

Quick Filter by assignee and additional assignee

Robert Lynch
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!
March 16, 2017

I would like to create a quick filter to see where I am the assignee and additional assignee but also filter out all projects that have been completed.  I started the following, but it is returning projects that are supposed to be excluded in this filter. 

 

assignee = "robert.lynch" or "BA Assignee" = "robert.lynch" and status not in (Done, Closed, "No Longer Needed", "Not Reproducible", Resolved)

 

Where am I going wrong?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Prem Chudzinski _extensi_
Atlassian Partner
August 13, 2017

Hi Robert,

You're missing brackets

(assignee = "robert.lynch" or "BA Assignee" = "robert.lynch") and project not in (xxx, yyy, zzz)"

 

But if you're not familiar with JQL you can use Basic View on the Search Screen or the Agile Board Filter add-on in your board

board filtering.png

0 votes
Thomas Schlegel
Community Champion
March 16, 2017

Hi Robert,

you do not filter out projects, but status of issues. Add something like "and project not in (xxx, yyy, zzz)"