I couldn't get jql to work properly in jira (my version: v.7.6.5)
Say if I have a field named location
and here's the value for the location field:Seattle - East
And when I search in jql with query:location ~ "Seattle - East"
nothing would come back.
Can anyone help with searching string with special characters such as -
or &
?
ps. I've read documents from Atlassian to escape characters with \
and \\
it doesn't seem to work well with &