Atlassian Certified in Managing Jira Projects for Cloud (ACP-100) — Question 40
A medical clinic has decided to use Jira. Their project will allow patients to file medical complaints.
The requirements for the project are as follows:
✑ Members of the group (jira-patients) must be able to see only their own complaints.
✑ Members of the group (medical-board) must be able to see all complaints.
Based only on these two requirements, which two configurations used together will satisfy them? (Choose two.)
Answer options
- A. Implement an issue security scheme with three levels: (#1) Group (jira-patients), (#2) Reporter, and (#3) Group (medical-board).
- B. Implement an issue security scheme with two levels: (#1) Reporter and (#2) Group (medical-board).
- C. In the permission scheme, add Reporter and Group (anonymous) to Browse Projects and Create Issues.
- D. In the permission scheme, add Group (jira-patients) and Group (medical-board) to Browse Projects and Create Issues permissions.
- E. Implement an issue security scheme with one level: Reporter and Group (medical-board).
Correct answer: B, D
Explanation
Option B is correct as it allows the Reporter to view their own issues while the medical-board can see all of them. Option D is also correct because it ensures that both groups have the necessary permissions to browse and create issues, satisfying the requirements. Options A, C, and E do not meet both requirements effectively, either by complicating access or not aligning with the specified visibility needs.