Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Teams in Projects - How to see all stories antasks assigned to all members of a specific Jira Team ?

Teams in Projects - How to see all stories antasks assigned to all members of a specific Jira Team ?

Michael Green
Contributor
December 3, 2025

Hi,

We are setting up Teams in Jira Projects per :

Teams in Jira projects | Platform experiences | Atlassian Support

 

However I can't see a way using JQL to show a list of all Stories, Tasks and Sub-tasks assigned to a Team Name i.e. all members in the team.  

It defeats the purpose of using this Jira Teams feature if I have to hard-code user names in the JQL query.....

Does anyone know if this is possible ?

2 answers

1 accepted

0 votes
Answer accepted
Trudy Claspill
Community Champion
December 3, 2025

Hello @Michael Green 

You can use JQL to search for issues where the Team field is set to a particular team, i.e.

Team = "Team Guava"

but it is not possible currently to search based on the issue Assignee being a member of a team such as can be done for members of a user group, i.e.

https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#membersOf--

There is a change request asking for that feature here to which you can add your vote:

https://jira.atlassian.com/browse/JRACLOUD-95266

 

The suggested work around in the past has been to create a user group that has the same members as the Team, and use the membersOf(user-group) option.

 

There may be an alternate method to use the API to get the members of a Team and then use the API again to get issues assigned to those people.

There might also be options available with scripting apps.

0 votes
Bill Sheboy
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 Champions.
December 3, 2025

Hi @Michael Green 

I do not believe a JQL search for assignee in a specific Team is possible.  However, if you have set the Team field for a work item, you may search for it with JQL.

I recall lots of requests for the feature you describe, and here is an example suggestion to add Team search when using the membersOf() JQL function:

https://jira.atlassian.com/browse/JRACLOUD-95266

 

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events