JQL
assigneecommentcreatedtext
AssigneeCommentCreated date: This is a master-field which includes summary, description, environment, comment, and custom text fields.
ANDORNOTEMPTYNULLORDER BY
CONTAINS
CONTAINS
text ~ "AWS" ORDER BY created DESC
text ~ "AWS" AND Summary !~ "Jira" ORDER BY created DESC
!~ (not contains) is not valid for the "text" master-field. To perform a "not contains" comparison use the individual text fields instead (i.e. summary, description, environment, comment, or custom text fields.
EQUALS
EQUALS
reporter = "John Doe"
reporter = "John Doe" AND assignee != "Joe Bloggs"
Bibliography
Bibliography
https://confluence.atlassian.com/servicedeskserver/advanced-searching-939937012.html https://support.atlassian.com/jira-work-management/docs/use-advanced-search-with-jira-query-language-jql/
FIELDShttps://support.atlassian.com/jira-work-management/docs/advanced-search-reference-jql-fields/
FUNCTIONShttps://support.atlassian.com/jira-work-management/docs/advanced-search-reference-jql-functions/
KEYWORDShttps://support.atlassian.com/jira-work-management/docs/advanced-search-reference-jql-keywords/
OPERATORShttps://support.atlassian.com/jira-work-management/docs/advanced-search-reference-jql-operators/
https://jira.atlassian.com/browse/JRASERVER-41057 (The operator '!~' is not supported by the 'text' field.)https://jira.atlassian.com/browse/JRASERVER-69569 (JQL 'text' valid operators (CONTAINS ~) inconsistent on documentation)