Error in the JQL Query: The quoted string ' is empty or “text = 3” is Empty)' has not been completed. (line 1, character 337)
and ("Date = 3" is empty or “Date = 1" is empty or “text = 3” is Empty)
Hello @Kim Cravello
Can you show us the entire JQL statement, please?
Also, can you confirm that the items in quotes (Date = 3, Date = 1, text = 3) are the names of fields? The syntax for use of "is empty" requires that you specify a field name to the left and surround the field name with quotes if the name contains spaces; i.e.
"Field name 1" is empty
Hi, @Kim Cravello
You have non-standart parenthisis ” in query
Try this query, with normal symbols:
AND ("Date = 3" IS EMPTY OR "Date = 1" IS EMPTY OR "text = 3" IS EMPTY)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Paint 3d can you write full query?
Can you write conditions, that you want to use?
Also, @Trudy Claspill question is very important.
"Date = 3" - it's field name? Or field name is Date, and you're checking, that it equals 3?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what is it missing to close?? I have looked at all parenthesis etc
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.