just like
summary ~ "\"exam\"ple\""
Should be able to use the \ as an escape character. Here's a post showing a good example of a query use qoutation marks,
https://community.atlassian.com/t5/Jira-questions/Help-with-JQL-query-quotation-marks/qaq-p/1769883
-Ben
Thanks for reply.
Actrully i used thay in real situation, jql statement is [summary ~ "\"examp\"le\""], but when i use the API SearchService.parseQuery(), but parse wasn't succees.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @john smith ,
Not sure if the API using is a JQL query parser.
You might want to use something like this:
-Ben
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.
Hi @john smith
You can use escapee characters on JQL. Here's the ref documentation, which I think is the same for the server https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-fields/#Advancedsearching-fieldsreference-DescriptionDescription:~:text=status%20WAS%20Open-,Summary,-Search%20for%20issues
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.