As a scrum master who holds a stand-up meeting every morning, I would like to see the tickets which were changed to a different status by current selected team members on the JIRA scrum board, so that everyone could have a better picture what he/she has done yesterday.
Currently, we use JIRA scrum board for our daily stand-up meeting. It's easy to see an individual's In Progress and Backlogs by clicking their avatars. However, I don't know how to see the tickets he/she finished yesterday since they were reassigning to someone else.
Anyone who has a good solution for this? I don't want to create different filters for the different team member.
You can see all tickets that have had the status changed within 48 hours (2 days) by creating a quick filter in your board, such as this -
status changed after -48h
And then you can use the assignee swimlane to see all issue by assignee. If an issue is reassigned to someone else, you can create another filter for all issues that have had status changed within 48 hours and assignee has also changed:
status changed after -48h and assignee changed
Or you can set the swimlane to queries and add the above JQL to the queries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.