JQL post-function syntax error

Issue #282 resolved
Andrey Kiyanovsky created an issue

Hi Fidel,

Earlier we already faced this issue - JQL syntax analyzer raises an error with the following search string: eample

In this particular case, I can't find a workaround. Could you please introduce option "switch off syntax analyzer" for JQL requests?

Thank you in advance, AK.

Comments (9)

  1. Fidel Castro Armario repo owner

    Hi Andrey,

    Can you, please, add a screenshot with the error?

    What is the typical content of field % {12807}?

    Thanks

  2. Fidel Castro Armario repo owner

    Andrey,

    I don't understand why are you using double quotes around field code in parameter "JQL Query". Please, try leaving % {12807} alone.

  3. Andrey Kiyanovsky reporter

    Fidel,

    Syntax analyzer shows an error, but the post-function works as expected!

    Thanks a lot!

  4. Fidel Castro Armario repo owner

    Hi Andrey,

    I have implemented a syntax checking inhibition at version 2.2.10_beta_1.

    This mechanism consists simply in writing // at the beginning of the line. These extra characters are ignored at runtime, so that the JQL query is processed normally.

    Example:

    // project = CRM
    
  5. Log in to comment