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

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
```

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events