How do we fix this error?
JQL validation error on additional contidition[Paste your JQL here] Error in the JQL Query: Expecting operator but got 'your'. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 7)
Hi Nic,
I just want to update you about the issue. Tuncay Senturk, the developer of TTS had a remote session with our JIRA Server and he was able to trace the issue to the compatibility of TTS to Internet Explorer. We tested TTS in Chrome and Firefox and it is working perfectly. Tuncay is trying to fix the issue of TTS with Internet Explorer.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your JQL is ok now, but it's returning no issues, so the TTS has nothing to work with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The answer is "put in valid JQL". That's not a lot of help to you really, but you haven't shown us your broken JQL, so we can't tell you a lot more.
Somewhere in your query, you have put in "your" instead of an operator - my best guess with no JQL to check is that you've forgotten to use quotes on a string - you have something like
text ~ is your hat on
Which should be
text ~ "is your hat on"
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.
I don't understand the question. Your JQL is wrong, you need to put in valid JQL, and I don't know what the SLA screen has to do with the JQL. If you want us to help with your JQL, you need to give us the JQL that is broken.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.