ACP 620 Jira Cloud · Free Practice Question Easy
Question 8

Which of the following are valid JQLs to get a list of issues from the above project? (Choose four.)
-
A
project = "Udemy Kanban Project" -
B
project is UKP -
C
project = 'UKP'
Reveal correct answers
Correct answers: A, C
Explanation
project is UKP is incorrect. Operator 'is' does not support searching for non-empty values for field 'project'. Operator 'is' can only accept 'EMPTY' value. For example, project is not EMPTY or project is EMPTY
As for project = Udemy Kanban Project, you need a single or double quotation mark if your field's value contains more than 1 word.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
