I want to filter out the tasks, stories, bugs, etc. that were once assigned to another user and now the "Assigned to" has become blank?
Hi, @Saurav Kumar Singh Welcome to the Atlassian Community!
You could try the following JQL with currentUser() as example:
assignee IS EMPTY AND assignee CHANGED FROM currentUser()
Hi @Saurav Kumar Singh
Welcome to the Community!
You can also try this one.
assignee = EMPTY AND assignee WAS user.name
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.