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: 

How to change assignees on a dashboard

Sara Schlüter
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!
December 14, 2022

I am creating a new dashboard using a copy from an already existing board, how can I change the assignees? 

 

I would like to be able to see 'only' the persons I need from my team

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Artem Gusintsev
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!
February 14, 2025

They say “better late than never.”

I just solved the same problem: the thing is that the JQL query for the board does not limit the Assigned to cards that can be displayed on the board.

In my case, the filter

```
assignee IN (user1, user2, user3) OR project = DEVOPS OR labels in ('DevOps') ORDER BY priority, duedate, created DESC
```

had to be changed to
```
assignee IN (user1, user2, user3, EMPTY) AND (project = DEVOPS OR labels in ('DevOps')) ORDER BY priority, duedate, created DESC
```

 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events