I am trying to write JQL to search for DOUBLE QUOTES within text boxes and exclude those Jira tasks.
Ideally it would look something like this:
Some syntax I have tried are:
and description !~ ' " '
and description !~ '//" '
and description !~ " " "
and description !~ " //" "
Has anyone encountered a similar situation?
Hey @frank.denisi ,
It seems that special characters are not stored in the indexes and you wouldn't be able to search for them in text even if you have escaped them:-
Regards.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.