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)
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.