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

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.)

    Correct Answer: A, B

    For the requirement that any user should be able to trigger the Put On Hold transition from any status, Global Transitions are necessary as they allow transitions to be available from any status. For the requirement that only users with the Close Issues permission should be able to close the issue at any point in the flow, Conditions are needed to check the permissions of users attempting to trigger the Close transition. Therefore, Global Transitions and Conditions are the correct workflow elements to use.

Discussion
ImttOptions: AB

Correct answer:A,B

RJ_MikeyOptions: AB

A - Global Transitions since issues need to be transitioned from any status B - https://community.atlassian.com/t5/Jira-discussions/Difference-between-condition-and-validition/td-p/588420