I need to create a board based on all the assignees under the development team.
I created the filter and the board but I couldn't find any view that the team leader can see the current sprint and what each team member (assignee) needs to do in the current sprint.
I'm looking for a board that shows in one view the assignees (each assignee should be in a different collum) and the tickets under each assignee.
Welcome to the Atlassian Community!
That would not be a Scrum board.
A Scrum board's columns represent where an issue is in the current process.
But there is a simple way to show issue by assignee on a board - set the swimlanes to assignee. You'll get one row per assignee, and at the bottom of the board, all the unassigned issues.
There's no way to do exactly that, but you could try creating a new dashboard and adding a two-dimensional statistic to it with
You would then get cells with numbers representing how many Epics are in the sprints for each assignee, and clicking on them would give you a list of the Epics for that sprint and assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Bar Azgad , Welcome to the community.
Assignee are not kept in the columns. Generally we keep track of ticket and their status in the jira board. To see the tickets that are assigned to different users, we have quick filters. By default Jira Board has circled logo of each users who have either Tasks or Sub tasks assigned to them. Like shown below:-
If this filter is not displayed then you can go to the Board setting and create custom filters for each of the team members.
the filter query will be like:- assignee = "Bar Azgad"
Repeat it for all team members. Then you can use those filters to list ticket assigned to corresponding developers.
But if you want user names in the columns, the only way to do so is creating a new workflow and column names
For example create a workflow where each status name belongs to each developer. No transition is required. Map each user name in board column. Create column names based on the same name and map it in board layout.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have Roadmap for what your requirement is. Please check Advanced Jira Roadmap.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.