Forums

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

How do i seach by member to see all tasks?

alice leite
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!
May 14, 2024

Hi, i have problem looking for tasks of the members in the board. I wold like to see all the tasks that a especific member have to do in the week, for example. 

 

tks. 

2 answers

0 votes
Adrián García González
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.
May 14, 2024

Hi @alice leite welcome to the Atlassian Community.

In the Jira boards you can configure what are called Swimlanes, this is to divide the board horizontally by the criteria you choose, in this case the assigned user.

To do this you can go to the board configuration and in the Swimlanes section choose Assignees.

board_swimlanes_1.png

And this is how your board will look like. Each horizontal strip will contain the tasks of each of the board members.

board_swimlanes_2.png

I hope this is helpful, Regards!

0 votes
Jack Brickey
Community Champion
May 14, 2024

Hi @alice leite , you can achieve this, I think, within a specific board simply by clicking on the users avatar. This will filter out all issues that are not assigned to the specific user. Now I may be missing the point of your use case so if you could explain in greater detail, what you are attempting to achieve I could possibly provide a more accurate answer.

Note, you can also find issues assigned to a user using JQL you can also qualify that JQL to find issues that are due within the current week. See below for an example.

Assignee = Fred and statuscategory != done

Assignee = Fred and statuscategory != done and duedate <= endOfWeek()

the second one will include "past due" issues.

Suggest an answer

Log in or Sign up to answer