JIRA
JQL
# search all tickets project = FARM AND text ~ "some text"
Searches
project = "DI" AND assignee IN (currentUser()) AND statusCategory IN ("To Do", "In Progress") ORDER BY parent ASC, key ASC, status DESC
# search all tickets
project = FARM AND text ~ "some text"project = "DI" AND assignee IN (currentUser()) AND statusCategory IN ("To Do", "In Progress") ORDER BY parent ASC, key ASC, status DESC