-
Bug
-
Resolution: Fixed
-
Low
-
17
-
Severity 3 - Minor
-
0
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
Default post functions order causing comment added in transition screen to be denied with certain status' property:
- jira.permission.comment.user set to denied/false
Cause
This particular check is only meant to apply on transitions when the source state and target state restrict adding work to an issue. Permission checks for comments were only looking at the target state causing comments to be ignored.
Steps to Replicate
- Add a workflow property at the destination step: jira.permission.comment.user value denied
- Add a screen to the transition to the destination step above, which have the field included
- Publish the workflow
- Try running transition with a value in the restricted field from destination step.
Expected Behavior
Comments can be added during the transition if the user has permission to add comments in the current state, or in the target state for the transition.
Actual Behavior
The workflow property is in place and causing the transition the value to be ignored.
- causes
-
JRACLOUD-40997 Cannot add comment in transition screen if destination status has jira.permission.comment.user set to false
- Closed
- is related to
-
JRACLOUD-78759 Worklog is not being added during transitions when the target status has a jira.permission.work.denied status property
- Closed
-
JRASERVER-40629 Default post functions order causing values added in transition to be denied with certain status' property
- Gathering Impact
- mentioned in
-
Page Loading...