JQL Flashcards

1
Q

What is the operator autocomplete for below JQL Query?

project = project A

A

“field name” “operator” “field value”

project = projectA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the 3 Boolean operators for use in JQL

A

AND
OR
NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the “not equal” operator

A

!=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the operator autocomplete for below JQL Query?

assignee = currentUser ()

A

“field name” “operator” “function”

assignee = currentUser()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where can you find more information about all Jira functions?

A

Search for “Advanced Searching - functions reference” in Jira

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of query is behind all basic and advanced searches?

A

JQL Query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you simplify creating JQL queries?

A

Leverage basic queries and autocomplete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

JQL queries may select “__________” and/or “________”

A

subsets of issues

order query results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

“_______” can be used to avoid hard-coding values in a search clause.

A

Functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

_______ (yMwdhm) can be used with date-related values.

A

Time unit qualifiers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly