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?
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
Hi Robert,
you do not filter out projects, but status of issues. Add something like "and project not in (xxx, yyy, zzz)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.