how to search for tickets for specific team(s)?

SH
Contributor
June 24, 2024

How to search for tickets belonging to specific teams?

Ive tried the following jql:

team = "ABC:project>my team" 

But it finds no tickets. There are thousands of tickets for this team.

Ive also tried:

team = ABC:project>my team

and

"team" = "ABC:project>my team" 

Any suggestions?

1 answer

0 votes
Duc Thang TRAN
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.
June 24, 2024

Hello @SH 

If your team name  is ABC:project>my team, then the first request looks correct to me.

team = "ABC:project>my team"

Otherwise, you can use the team's ID, which you can find in your team's URL.

 

SH
Contributor
June 24, 2024

Interesting, so there is something wrong with our Orgs jira preventing searching on team name.  How do I find the team ID? I dont know what the teams url is? If I open the team undr "teams" tab at the top, our team is missing.

SH
Contributor
June 24, 2024

Ok, by luck found that "Assigned Team" works, but team does not.

Suggest an answer

Log in or Sign up to answer