Atlassian Certified in Managing Jira Projects for Cloud (ACP-100) — Question 25

One of the HR managers created a filter and shared the subscription with members of the hr-managers group. The filter contains the following valid JQL query:
Manager = currentUser() AND Manager in membersOf("hr-managers")
Which issues will be included in the subscription?

Answer options

Correct answer: D

Explanation

The correct answer is D because the JQL query filters for issues where the current user (the filter creator) is a manager and that manager is part of the hr-managers group. Options A and C are incorrect as they focus on the filter creator or the email recipient rather than the group membership, while B and E do not accurately reflect the filter's conditions regarding the manager's membership.