Hi,
I have set-up a new team (top nav > teams > create a team).
I then went to use this in JQL but couldn't find a way for it to work. I tried...
Can anyone help?
The 'Teams' you see in the main menu is only for cases of virtual teams where you mention all team members to the same notification using @
If you want to have team tracking within Jira, you must create a Shared Team within the Advanced Roadmaps (Plans) structure.
See how:
Click on Plans
Click on View Shared Teams
You will see the 'Create team' option and you will be able to create teams and add people within it.
You can use this team in Jira's 'Team' field to associate the team with the issue and then have the tracking through the "Team[Team]" field.
You can see more details here: https://community.atlassian.com/t5/Advanced-Roadmaps-questions/Teams-and-Shared-Teams-confusion-in-Advanced-Roadmaps/qaq-p/2033174
Hope this helps you.
Many thanks @Fernando Eugênio da Silva - this now works and in the auto-dropdown I can now see a created team (using plans).
However, my query still doesn't work...
component = "XYZ " AND statusCategory = Done AND updated >=2023-07-31 AND updated <=2023-08-11 AND labels != Blocked AND "Team[Team]" = 18
Excluding the team part of this query brings up all the work within the above criteria, which includes some work of the team I created. However, it finds no issues with the team part included?
I'm essentially trying to look for work that has been completed by each team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you enabled the field Team in your Jira issues and filled the field with the value of current team?
Looks like this:
You need to fill the field on the issues with your team so your JQL will bring your results by team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah ok, I didn't know I have to assign each issue to a team. I thought the team functionality would collect assigned issues from anyone who is in the team.
In that case, is there another way to achieve what I'm looking for?
Again: a way to segment assigned issues to a team. Would I have to just use the 'assignee is in (XXXXX,XXXXX,XXXXX)' JQL? I just tend to find it's hard to maintain the lists of user numbers when people leave / join!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no easy way. The last option would be use groups with the membersof function in your JQL. See more here: JQL functions | Jira Software Cloud | Atlassian Support
About use Teams for JQL functions, there's an Atlassian ticket opened requesting for this suggestion, you can see more details here: JRACLOUD-77746
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.