Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use Portfolio Teams parameter in JQL?

Indrek Korb
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!
May 16, 2017

Hello,

Is there a way using JQL to query tasks assigned for teams parameter used in Portfolio?

For example I tried using Team = 18 , but that gives "No issues were found to match your search".

 

Thank you!

1 answer

0 votes
Mirek
Community Champion
May 28, 2024

The query might be wrong. To search for issues using the 'team' field:

  • If you're searching for issues assigned to a specific team, type Team ="shared team name".
  • If you're searching for issues assigned to any set of teams, type Team in ("Shared team 1", "Shared team 2", "Shared team 3").

So if 18 is a name of the team it should be team = "18"

 Other JQL operators that can be used are: !=, NOT IN, IS EMPTY, and IS NOT EMPTY

so it is worth checking them all however depending on the JQL used, especially when using the OR operator, there may be more issues returned than it is needed. Remember to thoroughly check the results to make sure you have all the issues you're looking for.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events