Hi, I want to create a dashboard of only 1 person and their status among their tickets by category. I was playing around with different dashboards and could only find options to include the status of everyone, which I don't need. Can you help? Thanks!
You need to create filters that are specific to the individual. then use those filters to create you dashboard.
Example:
Fred's Open Issues: assignee = fred.flinstone and status != done
Fred's Completed Work: assignee = fred.flinstone and status = done
With that said, one thing to consider is creating a dashboard called "My Activities" or whatever and create filters using "currentassignee". On the board you can display things like: To Do, Done, Created vs. Resolved, Calendar, etc. The value of this is that anyone can use this and it will display their work. So sort of a template that adapts to the user logged in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.