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

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?

    Correct Answer: E

    To make the necessary changes to the workflow: 1) To ensure a transition is only available if code has been committed, a condition is used. 2) To restrict visibility of a transition to users in a specific project role, another condition is used. 3) To prevent issues from being commented on in a specific status, a property is required. 4) To automatically set the resolution, a post function is necessary. 5) To send out a specific notification email during a transition, another post function is needed. Therefore, the most appropriate workflow elements are 2 conditions, 2 post functions, and 1 property.

Discussion
Perceval45Option: E

I'd say E #1 is a condition #2 is a condition #3 is a property #4 & 5 are Post - functions

pejityOption: A

4 and 5 are post-functions so A

RJ_MikeyOption: E

Answer should be E for the same reasons as mentioned by Perceval45