ACP 620 Jira Cloud · Free Practice Question Easy
Question 6


The two screenshots above show members of 2 Jira groups. Razi created the below JQL for his team:
creator in membersOf(Developer) AND creator in membersOf(Tester)
What is the output from this JQL?
-
A
Empty result.
-
B
All issues that were created by Razi, Dom, Nina, and Nick.
-
C
All issues that were created by Razi and Dom.
-
D
JQL will return an error.
Reveal correct answer
Correct answer: A
Explanation
The answer is an empty result.
The JQL is searching for issues created by someone who is a member of both groups. No one is in both groups.
Reminder: membersOf() only support group, not role.
Reference: membersOf()
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.
