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
- A. Only issues where the user who created the filter is listed in the Manager field.
- B. Only issues where the group hr-managers is listed in the Manager field.
- C. Only issues where the recipient of the email is listed in the Manager field.
- D. All issues where the user listed in the Manager field is a member of the hr-managers group.
- E. All issues that are assigned to any member of the hr-managers group.
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.