how can I add a clause in JQL for blank/space? field name = " " is not working. also tried field name not in ("abc", "def") both are not working. assume there is a 3rd row which has blank for field in data.
To check for empty, you need to add:
field_name is empty
field_name is empty
Strange, I had answered this, got upvoted, accepted too, then how come it got removed /deleted?
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.