When to enter quotes around a field in jql

Joanna Hibbert March 13, 2019

These are jql examples from https://www.atlassian.com/blog/jira-software/jql-the-most-flexible-way-to-search-jira-14

Why are there quotes around the name of the field in the first query, but not the second?

"Story Points" >= 5

reporter = jsmith AND project = Pipeline

 

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Payne
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 13, 2019

Any field name or data value that contains spaces needs to be surrounded in quotes.

Joanna Hibbert March 13, 2019

Sorry - should have sussed that one!  Thank you.

Suggest an answer

Log in or Sign up to answer