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.
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.
And this is how your board will look like. Each horizontal strip will contain the tasks of each of the board members.
I hope this is helpful, Regards!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.