Exam ACP-100 All QuestionsBrowse all questions from this exam
Question 21

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?

    Correct Answer: C

    The JQL query 'Manager = currentUser() AND Manager in membersOf("hr-managers")' means the issues included will be those where the Manager field contains the current user executing or receiving the subscription and that user is also a member of the hr-managers group. Therefore, the issues included in the subscription will be those where the recipient of the email is listed in the Manager field.

Discussion
DdaGOption: D

I think it's D because it's referring to all the issues in the subscription, not just those that each email recipient will get.

cloudstudy12358Option: D

The answers I chose were D