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 ?
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.
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
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.