Hello Everyone,
I see a problem in Jira Software while searching for the issues in "advanced search". I was searching for one of the Project Key named "CF" and found no issue but got an error:
Error in JQL Query: Expecting either a value, list or function but got 'CF'. You must surround 'CF' in quotation marks to use it as a value. (line 1, character 11)
The query used is : project = CF
Now, when I tried to search again using below query:
project = 'CF'
it brought the correct data.
The question here is that why we require to encode this particular project CF in quotes('') while other projects brought data without quotes.
Can someone please help?
Cf is a reserved word from Jira (click the link). So if you want to search for that specific project, which uses the reserved word, you have to place it in quotation marks (or double quote marks).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.