JQL COPY Flashcards
What is the operator autocomplete for below JQL Query?
project = project A
“field name” “operator” “field value”
project = projectA
Name the 3 Boolean operators for use in JQL
AND
OR
NOT
What is the “not equal” operator
!=
What is the operator autocomplete for below JQL Query?
assignee = currentUser ()
“field name” “operator” “function”
assignee = currentUser()
Where can you find more information about all Jira functions?
Search for “Advanced Searching - functions reference” in Jira
What type of query is behind all basic and advanced searches?
JQL Query
How do you simplify creating JQL queries?
Leverage basic queries and autocomplete
JQL queries may select “__________” and/or “________”
subsets of issues
order query results
“_______” can be used to avoid hard-coding values in a search clause.
Functions
_______ (yMwdhm) can be used with date-related values.
Time unit qualifiers