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

You need to make the following changes to an existing workflow:
1. A transition should only be available if code has been committed against the issue.
2. Only users in a specific project role can see a transition
3. Issues must not be commented on in a specific status.
4. The resolution should be set automatically.
5. A transition should send out a specific notification email.
Which workflow elements will you use to implement the desired changes?

Answer options

Correct answer: E

Explanation

The correct answer is E because you need two conditions to check for code commits and project role visibility, two post functions to handle the automatic resolution and notification email, and one property to manage the commenting restriction. The other options do not provide the correct combination of conditions, validators, and post functions required for all specified changes.