How to accomodate the unassigned assigne in the in list.
Hello @Rohit Jain
Welcome to the community.
When an issue is unassigned the Assignee field is considered "empty". If you want to include unassigned issues in your filter results along with issues assigned to specific users you would use
and (Assignee in (list of assignees) or Assignee is EMPTY)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rohit Jain ,
Are you looking for the list of unassigned tickets ? If yes, below query can help you.
assignee is EMPTY
Otherwise , please provide more details, we can get your requirement
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.
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.