Report users assigned tickets, group by user Follow
Hey,
maybe I am overlooking this basic question, but I need a report that does:
- for each user, print out the currently assigned tickets that are either open or planned
I want this to be grouped by users so that I can have a quick overview on who is doing what.
Any ideas? Thanks!
Please sign in to leave a comment.
Hi!
I'm Sergey from the YouTrack team.
There's no report for that, as this is covered by a basic issue search, e.g.,
State:Open,Planned order by:Assignee
Make sure that you have an assignee column on your issue list so that you can see the tasks for each assignee. You can also save the query to have quick access and be able to share with other users.