You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have this so far: project = "Personal Computing Intake" AND assignee is EMPTY
however that just shows me the Unassigned. Note I'm new to JIRA and JQL and any assistance would be appreciated. TIA
Hey @cinzia
The way I learned JQL quickly was using the basic view to configure what I could and then switching to advanced when I needed to. I would definitely recommend doing that.
As for your question, all you need to do is remove the part about the assignee. So if the JQL is the below, it will show you all issues in that project.
project = "Personal Computing Intake"
If you need to filter out resolved issues you can use this instead
project = "Personal Computing Intake" AND resolution = Unresolved
Thank you so much. This worked and I will definitely try your suggestion moving forward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so assignee is empty equates to Unassigned issues.
now what do you mean in your post title by "or assigned in one space"? I don't understand the concept of space in the context of Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.