Query build issues
I'm trying to show all issues that aren't marked as fixed/wont-fix and that are either unassigned or assigned to me, but I cannot find the right query to type.
I've tried this one, but I get no results, even though I know that there are issues matching this criteria:
Please help.
I've tried this one, but I get no results, even though I know that there are issues matching this criteria:
-Fixed (#Unassigned or #{Assigned to me})
Please help.
Please sign in to leave a comment.
you should use #unresolved Assignee: me, Unassigned
Regards,
Alexander