The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Kanban Board Queries Using Assignee and Additional Assignee

Matthew Couture
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 14, 2025

I have a team that uses both the Assignee and Additional Assignees field to assign multiple users to tickets. They have requested I come up with a view on their Kanban board that shows all tickets assigned to each team member, using either of these fields.

I attempted to do this by setting up swimlane queries for each user in the board settings:

assignee = <team member> OR "Additional Assignees[User Picker (multiple users)]" in <team member>

However, it appears the Kanban board will only show each ticket once, so tickets assigned to multiple users are only appearing once, and which user-specific swimlane they appear in appears to be random.

Does anyone know a way around this, or have any suggestions for another view I could create that would solve this problem?

Thanks in advance!

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Gor Greyan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 14, 2025

Hi @Matthew Couture

Welcome to the Atlassian Community!

You’re right — Jira’s Kanban board architecture only allows a single visual instance of each issue. Even though an issue might satisfy multiple swimlane queries (e.g., both assignee = userA and "Additional Assignees" contains userB), Jira won’t duplicate that card. It picks one swimlane “match” — effectively at random — to display the issue in. Unfortunately, there’s no native workaround that allows the same issue to appear multiple times within one board view.

Alternatively, you can create a Jira Dashboard with a gadget per team member, using a filter like:

assignee = <user> OR "Additional Assignees[User Picker (multiple users)]" in (<user>)

 

0 votes
Ignacio Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 14, 2025

Here are a few workarounds that might help:

 

1) Dashboard view
Create one Filter Results gadget per user with this JQL:

assignee = "User A" OR "Additional Assignees[User Picker (multiple users)]" in ("User A")
That way you’ll see all tickets for each person — without the board limitation.


2) Quick Filters (if you only have a few users, best option in your case)
Instead of per-user swimlanes, create quick filters for each team member using the same JQL.
It won’t duplicate issues either, but it’s a quick and effective way to focus on individual workloads.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events