In the below example, I am getting the logic why assignee is empty is used. Can anyone help with the logic behind it?
Find all issues where the Assignee is not Jack, Jill, or John:
assignee not in (Jack,Jill,John) or assignee is empty
It returns all issues where assignee is not Jack, Jill, or John (doesn't include unassigned one's)
assignee not in (Jack,Jill,John)
It returns the first query + unassigned issues:
assignee not in (Jack,Jill,John) or assignee is empty
Best
Yes. On can make an argument that if the issue is unassigned then neither Jack, Jill nor John are assign to the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly. It's a little bit counterintuitive, but assignee != username does not include issues where that the assignee field were empty.
The same is true for any other fields.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join PM Evangelist, Axel Sooriah, & Product Ops. Consultant & Advisor, Jenny Wanger, as they unpack the role of product ops and discuss key takeaways in Atlassian’s ‘The Product Ops Mission’ guide. They’ll answer your questions live on May 6 at 9:00am PT.
Register here ⬇️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.