I am trying to add filters to a Jira report and I am getting this error:
Error in the JQL Query: Expecting operator but got '('. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 9)
What does it mean?
Hi @Rocio Moreno ,
It means that you have missing operator,
Check your jql before - "(" if it has an operator.
Thanks! this fixed it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rocio Moreno , can you accept my answer if things are fix now. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rocio- Welcome to the Atlassian Community!
Please post your actual query so we can better diagnose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rocio Moreno Could you send us the Query? Seeing the query can help us identify the cause of the error
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.