-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Medium
-
None
-
Affects Version/s: 9.1.0
-
Component/s: Issue - Comments
-
9.01
-
1
-
Severity 3 - Minor
Issue Summary
Changing the default order for comments from ascending to descending by updating the jira.issue.actions.order to desc it is only working if you click on the Revert button.
Steps to Reproduce
- Update "jira.issue.actions.order" property set to ASC, the comment is ordered correctly.
- Update "jira.issue.actions.order" property set to DESC, there is no impact, and the comment is still ordered in ASC.
Expected Results
The comment order should be changed to DESC by updating jira.issue.actions.order property to DESC order.
Actual Results
The default order for comments is still shown in ASC order not DESC
Workaround
Click on Revert Button to update the jira.issue.actions.order property to desc