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?