Exam ACP-120 Topic 3 Question 30 Discussion
Actual exam question for ATLASSIAN's ACP-120 exam
Question #: 30
Topic #: 3
Question #: 30
Topic #: 3
No one should be allowed to edit issues in a particular workflow status of a company-managedproject. Which element must be configured?
Suggested Answer: D Vote an answer
Okay, let's analyze this question again with the revised options.
The requirement is to preventanyonefromeditingan issue when it resides in aspecific workflow status.
As established previously:
* Conditions (A):Control whether atransitionout of or into a status can occur. They check criteriabeforea transition starts. They don't prevent editingwhilean issue is sitting in a status.
* Post Functions (Implied by B & C):Actions that executeaftera transition is successfully completed (e.
g., updating a field, sending a notification). They don't affect editability within the status itself.
* Triggers (D):Automatically initiate a workflow transition based on external events (like code commits). Not relevant to editing permissions within a status.
The correct way to achieve this in Jira is by setting aStatus Property:
* Navigate to Workflow configuration.
* Select the relevant status.
* Go to its 'Properties'.
* Add a property: jira.issue.editable with the value false.
The requirement is to preventanyonefromeditingan issue when it resides in aspecific workflow status.
As established previously:
* Conditions (A):Control whether atransitionout of or into a status can occur. They check criteriabeforea transition starts. They don't prevent editingwhilean issue is sitting in a status.
* Post Functions (Implied by B & C):Actions that executeaftera transition is successfully completed (e.
g., updating a field, sending a notification). They don't affect editability within the status itself.
* Triggers (D):Automatically initiate a workflow transition based on external events (like code commits). Not relevant to editing permissions within a status.
The correct way to achieve this in Jira is by setting aStatus Property:
* Navigate to Workflow configuration.
* Select the relevant status.
* Go to its 'Properties'.
* Add a property: jira.issue.editable with the value false.
by Salome at Jul 16, 2026, 02:51 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).