we have a JIRA dashboard with the following columns
- To Do
- In Progress
- In Review
- Done
When I click on a user I would like the scrum dashboard to display only the issues that are on the users plate, i.e
- All the issues that the user has To Do
- All the issues that the user has In Progress (stuff they are doing)
- All the issues that the user has In Review (stuff they are reviewing)
- All the issues that the user has Done (issues that the have been completed and the user was involved with, i.e. they did the work, they reviewed the work)
How can I create/amend the "In Review" and "Done" columns on the scrum board to show tickets that are on the user's plate. I don't want to show stuff the user has moved into "In Review" or "Done".
Regards