I want to display on the board, under every team member, their tasks.
task of a member can be issues that the team member is assigned to or an issue that a team member is a code reviewer of it.
there are cases of more than 1 reviewer for an issue.
therefore, I need that the same issue will be displayed a few times on the Jira board, under each team member (assigner/CRDS code reviewers).
how can I do it?
Welcome to the Atlassian Community!
There is no way to do this. A card will only appear on a board once, because it would be confusing for humans to see duplicates.
To keep the display simple and non-confusing, a card will appear in the first (top) swimlane that selects it.
Hi @almog boim ,
welcome to the community.
You can create swimlanes by assignee, however, that would not capture the case where the individual was a reviewer or watcher, etc. You cannot create a scenario where an issue appears more than once on a board. If you don't have too many users, you could create quick filters that would allow you to more easily see this information by user. The other alternative is to create a board per person. However, this doesn't scale very well for large teams. Another possibility, depending on your exact requirements is to use a dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for your answer, but i don't think it's suitable for us. the best solution will be to present it in the same board.
let's assume I want to create a sub-task of Code review. I want the assignee of this subtask will be the assigned reviewer/reviewers of the connected pull request linked to the parental task. what should be a trigger for this one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As we already said, you can't do this. A card will only appear on a board once, because it's confusing to have duplicates on a board.
You can use automation to make your people reviewers.
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.