I'm looking for a JIRA custom filter query to display tickets according criterias (e.g. status, priority or even a custom field). It should exclude an exact string from a text field
I already tried
"[Field name]" !~ "[Text to lookup]"
but this excludes also other tickets which have additional words than [Text to lookup] in the text field.
Example for keyword "red":
Show tickets with "something red something other" or "red something else" but hide all with just "red" in the desired field