-
Bug
-
Resolution: Fixed
-
High
-
9.2.0
-
None
-
9.02
-
Severity 2 - Major
-
Issue Summary
This is reproducible on Jira Software Server
Steps to Reproduce
- Create Test Environment Jira Software 9.2.0
- Create a New ticket(or existing ticket) and post some comments
- Check the default order of the comments ---> It shows Newest Comment first
- Change "jira.issue.actions.order" to ASC
- Refresh the page and Check the default order of the comments ---> it shows Oldest Comment first
- Change back "jira.issue.actions.order" to DESC by clicking on the revert button
- Refresh the page and Check the default order of the comments ---> It shows Newest Comment first ( Same Behaviour when creating a new ticket)
- Change again "jira.issue.actions.order" to ASC
- Refresh the page and Check the default order of the comments ---> it shows Oldest Comment first However when When creating a new ticket and adding a couple of comments it shows the Newest Comment first
Note: This issue only happens when the default order is changed to ASC and it works fine with DESC
Expected Results
- Create Test Environment Jira Software 9.2.0
- Create a New ticket(or existing ticket) and post some comments
- Check the default order of the comments ---> It shows Newest Comment first
- Change "jira.issue.actions.order" to ASC
- Refresh the page and Check the default order of the comments ---> it shows Oldest Comment first
- Change back "jira.issue.actions.order" to DESC by clicking on the revert button
- Refresh the page and Check the default order of the comments ---> It shows Newest Comment first ( Same Behaviour when creating a new ticket)
- Change again "jira.issue.actions.order" to ASC
- Refresh the page and Check the default order of the comments ---> it shows Oldest Comment first However when When creating a new ticket and adding a couple of comments it should show shows the oldest Comment first
Actual Results
Comment order should work as expected if changed to asc
Workaround
None!
- mentioned in
-
Page Loading...