-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.4.13, 7.2.0, 7.3.0
-
6.04
-
3
-
Severity 3 - Minor
-
0
-
Problem
As owner of a Dashboard, if I accidentally click on anything in the 'sort by' row, that sort by will supersede the ORDER BY in JQL and the whole team will have the incorrect order.
![]()
Steps to reproduce
- Create a Dashboard and share it with your team.
- Create a saved filter that includes an ORDER BY clause and share it with your team.
- Add a Filter Results gadget using the new fillter.
- Click on the top of one of the field columns.
Result
- All users will see the Filter Results gadget sorted by the column you clicked, not the ORDER BY clause of the JQL.
Expected
- One user clicking the column header would not change the sorting for everyone else.
Workaround
- The owner has to delete the Filter Results gadget and re-add it to the dashboard.
Suggested Fixes
- Add a reset button to the Filter Resutls gadget to restore sorting to the JQL ORDER BY clause.
- Don't let the dashboard owner's "click to sort" actions change the sorting for other users.
- is related to
-
JRASERVER-62890 The Filter Results gadget does not preserve the Filter column order if modifications are made in the gadget UI by the Owner
-
- Closed
-
-
JRASERVER-47039 "Filter Results" gadget should display the issues as ordered in the Saved Filter by the owner of the filter
-
- Gathering Impact
-
-
JRASERVER-46043 Reset Filter Results gadget so it shows the results as ordered in the configured filter
- Gathering Interest
- causes
-
CST-7741 Loading...