I created a JQL in Jira Team Board but when Grouped by "Assignee" it says - Not in Resource. the tickets/issues are already assigned to a team member.
Here is the JQL
project = ED AND status != "To-Do" AND (assignee IN (712020:f4ef8bc2-0aa4-47e9-9f6a-0927eec11eaf, 712020:845b1189-ffff-43e8-ae01-969acd5f8db3, 712020:1b10d390-0482-4329-af49-97476673a61e) OR assignee IS EMPTY) AND updated >= "2024-08-09" AND updated <= "2024-08-10" ORDER BY created DESC
use "Structure" query to solve your issues in jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fritzie Quizon , I haven't seen that error before. Let's see if we can diagnose...
can you try the following JQL:
assignee IN (712020:f4ef8bc2-0aa4-47e9-9f6a-0927eec11eaf, 712020:845b1189-ffff-43e8-ae01-969acd5f8db3, 712020:1b10d390-0482-4329-af49-97476673a61e)
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.
Ok then my guess is that one or more of the unique IDs is the issue. Can you test each individually "assignee = xxxx". Also, I assume you are entering the actual user name and finding in the drop-down that pops up?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looking at your scree and wondering where this is precisely? Can you work inside the "view all issues" screen by clicking into the search box in the menu bar and then select Advanced mode to enter the aforementioned JQL.
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.
@Fritzie Quizon , so are the results in that last screenshot not as expected? It seems to have worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the JQL is working but when i select "Group By: Assignee" it will not group by assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I think you are looking at the List view within your project. Correct? in the other view, where it was successful, put on the assignment, call him. It should group by assignee. Now in your list of you, if you would provide a full screenshot that shows your query, I might be able to explain where things are going .
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 cannot tell much from that image.
questions in my mind:
a full screen view would help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the one observation I will make is that this "team board" seems to be at the bottom of the sidebar under "project pages". This makes me question if you are working with an add on application. Is that possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I already know the issue, but don't know how to solve it..
Not in resources is showing because I think that other team members are not associated with the project. They have Jira Account but i think they are not included in the project.
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.