-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.5.4, 7.6.3
-
7.05
-
2
-
Severity 3 - Minor
-
Issue Summary
The Sprint field value is removed on specific transition when using jira.issue.editable = false workflow property and Issue Closed event.
Steps to Reproduce
- Create a board
- Create a sprint (but do not start it)
- Create an issue on the board and assign it to the Sprint
- Configure a workflow with the jira.issue.editable = false property on the closed status
- Configure a post-function to trigger the Issue Closed event on the close transition
- Trigger the Close transition
- The Sprint field will be removed from the issue entirely. This does not happen when you have any other event configured, or not the editable property set up
Expected Results
Sprint field value remains as is.
Actual Results
Sprint field value is removed upon transition.
Workaround
Update the workflow post-function to use 'Issue Resolved' event.
- relates to
-
JSWSERVER-12281 Closing an issue in a future sprint when jira.issue.editable is set to true won't remove it from the sprint and it leads to an error when a user tries to delete the future sprint
- Gathering Impact