Forums

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

View issues assigned to other people on my kanban board?

Michael Minoza
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!
July 17, 2018

I have issues on my Kanban board that I am working on. When I send it to "review" and change the assignee it disappears from my board. how do I change an assignee but still have my board show the issue I sent for review? Thanks

1 answer

0 votes
Ollie Guan
Community Champion
July 17, 2018

Hi @Michael Minoza,

The issue displayed in the kanban depends on the query conditions in the kanban configuration, you can modify it according to your requirements.

Michael Minoza
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!
July 17, 2018

Sorry i'm really new to this and to any form of programming/query, below is the query I currently have for the board:

assignee in (Michael.Minoza) AND (status in ("In Progress", "To Do", Review, InProgress, Reveiw) OR resolutiondate >= -1w) ORDER BY Rank ASC

Where would I add the query conditon to?

Ollie Guan
Community Champion
July 17, 2018

Try:

assignee was currentUser() 

Andreas
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 Leaders.
July 18, 2018

Hello @Michael Minoza and welcome to the community.

As long as you have assignee in (Michael.Minoza) AND ([...]) as part of your boards query issues will always "disappear" as soon as they're assigned to somebody else.

This heavily depends on what exactly you're trying to achieve here but maybe something like this may do the trick:

(assignee in (Michael.Minoza) AND (status in ("In Progress", "To Do", Review, InProgress, Reveiw) OR resolutiondate >= -1w)) OR assignee was currentUser() ORDER BY Rank ASC

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events