How can I filter issues/projects by assignee so I can see what each user is working on?
Hi @Emily Levis
you could do an advanced search with a JQL like:
watcher = currentUser() and status != Done ORDER BY assignee
This query is built up of these parts:
Hope this helps,
Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.