How do I see all issues assigned to my team members from all projects?

emresarac
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 4, 2018

Hello! My issue is as follows:

My dev. team (of 4 people) often has to work on several projects for different products at the same time. This happens when we receive a high number of change or minor feature dev. requests.

So, everyday, we gather in front of the whiteboard and talk about the daily tasks for 15 minutes.

I'm hoping to find an alternate way of doing this using JIRA since "Assigned" and "In Progress" tasks are on the boards of each project.

Is it possible to see a list of assigned tasks to specific people across all projects?

Thanks!

 

5 answers

1 accepted

5 votes
Answer accepted
Tyler Brown
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.
December 4, 2018

Hey Emre,

You should be able to use:

assignee in (user1, user2, user3, user4) and status in (Assigned, "In Progress")

That should show all issues assigned to your team regardless of the project.

Hope this helps,

Tyler

emresarac
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 4, 2018

Thanks Tyler! It was in the most obvious place and I didn't look.

 

Just for the record - under Issues and Filters --> Search Issues use filters to view tasks.

Like # people like this
Tony Middleton
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!
April 23, 2021

I'm a new user. Can you expand on:

assignee in (user1, user2, user3, user4) and status in (Assigned, "In Progress")

I'm unsure what you mean here and I'm hoping to leverage this functionality to enable Jira to manage my daily scrum. Thanks!

6 votes
Coley Anderson
Contributor
December 5, 2018

I know you accepted the answer already, this is just another way you could do it. We kind of do a similar thing as well, but during our standup we just use a dashboard. One that could be helpful for you is the Two dimensional gadget! You can create a filter, and then use that during standup.

example filter: type = task AND assignee in ("1st Name", "2nd Name", "3rd Name") AND status != Done

You can pick what you want to show, then it would go across multiple projects. You can right click each number, it will open in a new page and list all of the issues.

Example.JPG

0 votes
Betina T.
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!
January 19, 2025

Hi guys, it seems I have been able to find my way through this. I go to a project I want, then go to tab Issues and then I see this part of the screen with all the filters.

https://gyazo.com/f9abf1ff3e238d71b76fff464f313f81

then I choose the Projects I need to check out and also select the assignee (because I am the lead and assign the tasks), then I choose the To do status (because i want to see what is in progress), and voala. Also, if you want to check start and due date - deadlines, etc. it is very helpful to select in the upper right corner the List View button.

https://gyazo.com/56da2439f874c8a923236032bf9d1e25

0 votes
Shruthi Ponna
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 28, 2022

If you go to filters (shown in the image) -> Advanced issue search -> a panel opens to the left. 
For open issues of a specific team member -> click on open issues and select the assignee

0 votes
Shawn L
Contributor
November 19, 2020

The cleanest and easiest user management is to create a user group in Jira Admin -> User Management -> Groups.

Then you can query the entire group as "assignee in membersOf(group_name)"

What's great about this is you can actually nest user groups in a hierarchy which allows you to have something like this:

  • Group 1
    • Group A
    • Group B

Then your query can be either independent such as, "assignee in membersOf(Group A)" or including both as "assignee in membersOf(Group 1)" as needed for issues or dashboard use.

Tony Middleton
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!
April 23, 2021

Hey Shawn. I'm a new Jira user and I like what you're suggesting. We're managing our daily scrum in an Excel sheet and we'd like to have a view of all tasks across all projects by each user so as to manage scrum within Jira itself. Can you expand on "Then you can query the entire group as "assignee in membersOf(group_name)" - I'm not sure what you mean here and how to make this work. Thank you in advance! 

Victor
Contributor
September 1, 2021

Another option to see the work load allocation is to go to you backlog. In the backlog, you will see the active sprint/sprints if your team is working on multiple projects at the same time.

You should See the Sprint name, below that, the Sprint goal if you did defined one, and also when the Sprint started and planned end date. Below all this will be the different assignees if the tasks are assigned. You should see 3 dots ... next to the assignees. Click on the 3 dots and you should get the work break down structure for that sprint, showing the different assignees and their work load. Hope this helps too.

Shawn L
Contributor
September 1, 2021

@Tony MiddletonWhat I mean is there is a Jira function you can create a search using the group name you setup in the admin area that contains the users. Create a group like "Dev Team Alpha" and add users; Mary, Tom, Keith. My instructions are in my original answer above on how to do this part.

You then can create a search filter like "assignee in membersOf("Dev Team Alpha") and it will return all the work of those users. You can then attach the filter to a dashboard and/or a sprint board. It then makes user management very easy. You can add or remove users in the admin area to your team and not have to edit your filters at all when your team composition changes.

Additionally you can nest groups into larger teams. For example:

"Sales Group" can contain the sub groups; "Dev Team Alpha", "Sales Team Alpha", etc.

You then can choose which queries you want to build. If you just want to see "Dev Team Alpha" use the above query; but if you want to see all teams work;

assignee in membersOf("Sales Group") and it will return all issues assigned to "Dev Team Alpha", "Sales Team Alpha", etc.

As you can see this lets you do roll-up metrics of your business unit as well as individual teams as needed.

Like # people like this
Shawn L
Contributor
September 1, 2021

@VictorYour solution only works in limited cases. It assumes that all sprint codes are created on the same board by the same person.

If sprint codes are created in different boards in different project spaces (possibly even by different people) then you won't be able to see all the users assigned items this way.

There are also situations where Jira permissions may prevent you from seeing projects and/or sprint codes of other project spaces. Thus there can be hidden work. Real world examples would be sensitive projects where it is restricted from global search.

Like Victor likes this
Victor
Contributor
September 9, 2021

@Shawn L our company has a Jira set up in such a way that we most always assign any issue created to a team. By so doing, and with filters in the team boards to pull all issues assigned to that particular team to their backlog, we always have all team issues in the respective team backlog.

Our solution probably will not work in every situation. For instance we are all base out of Canada, so do not have the problem of global search. But I want to think a restricted global search problem will require some more settings in Jira.

Suggest an answer

Log in or Sign up to answer