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?