-
Bug
-
Resolution: Timed out
-
Low
-
Severity 3 - Minor
-
Summary
Work logs added during a transition screen are being ignored when the target status has the following property:
- jira.permission.work.denied 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 new worklogs do not take this into account.
Steps to Replicate
- Add a workflow property at the destination step: jira.permission.work.denied 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
Work can be added during the transition if the user has permission to add work in the current state, or in the target state for the transition.
Actual Behavior
The workflow property is in place and causing the transition with the value to be ignored
- relates to
-
JRACLOUD-40629 Default post functions order causing values added in transition to be denied with certain status' property
- Closed
-
JRASERVER-40629 Default post functions order causing values added in transition to be denied with certain status' property
- Gathering Impact