Search code examples
syntaxjira

Jira query for comments with specific text


How do you look for jira tickets with comments containing two text strings with many possible strings in between the two. For example, I want to search for tickets with a comment containing a name "Smith" and later in the comment, the word "fixed".


Solution

  • The search query would look like this:

    comment ~ 'Smith fixed'