I'm try to put together a JQL Query that would pull results of all open requests not assigned to a specific user. This is my first time having to build such a thing so i figured I would reach out to the community.
Welcome to the community!
Try this JQL - "resolution is EMPTY and (assignee != <user is question> or assignee is EMPTY)"
Thank you I will give this a try.
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.