Hi!
I am trying to build a filter (not using JQL) that allows me to filter issues based on the "Team" custom field that Advanced Roadmaps created...
The field show-up, but it is dimmed and it can't be choosen. Please see the screenshot:
Any ideas on why this happens and how to solve it?
Hi @Oscar Garcia ,
welcome the Atlassian community!
Have you already created some teams in the Advanced Roadmaps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great @Oscar Garcia .
Now, please, try to switch to basic search and use JQL:
"Team[Team]" = xxx
where xxx is id of your team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I tried this:
project = TEP "Team[Team]" = 24058fd9-e0d1-4692-83af-a85c6d66199f ORDER BY Rank ASC
and got:
Error in the JQL Query: Expecting either 'OR' or 'AND' but got 'Team[Team]'. (line 1, character 15)
My Jira instance is not in production yet, so I can remove the Team custom field and add again, if that helps? same as with the Plan
thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just change the JQL this way:
project = TEP AND "Team[Team]" = 1 ORDER BY Rank ASC
("AND" is missing in your JQL)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey! it works great
project = TEP AND "Team[Team]" = 6 ORDER BY Rank ASC
and it shows me the two issues I have assigned to team 6...
Any idea why it does not work via non-JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe because the Team field is non-standard and not supported yet (hopefully will be)...
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had this exact issue and just wasted so much time on it. Would be awesome if Jira had included proper info in the tool tip instead of saying "this field is not available for this project or issue type" and having me chasing screens, schemas, workflows, etc.
Thanks Hana.
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.