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!
The query might be wrong. To search for issues using the 'team' field:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.