Atlassian Certified in Managing Jira Projects for Cloud (ACP-100) — Question 15
You are designing a complex new workflow. Two of the requirements are listed below:
1. Any user should be able to trigger the Put On Hold transition from any status in the workflow.
2. Only users with the Close Issues permission should be able to Close the issue at any point in the flow.
Based only on these requirements, which two workflow elements should you use? (Choose two.)
Answer options
- A. Global Transitions
- B. Conditions
- C. Triggers
- D. Validators
- E. Common Transitions
Correct answer: B, C
Explanation
The correct options, Conditions and Triggers, are essential for implementing the specified requirements. Conditions allow you to restrict actions based on user permissions, ensuring only those with the Close Issues permission can close the issue. Triggers enable any user to initiate transitions like Put On Hold from any status, fulfilling the first requirement.