Release Notes for 2.1.0
What’s New
New Features / Improvement
Ordering Type of Dashboard and Folder
Ordering via drag and drop of the Folders and Dashboards was removed in Dashboard Folder v2.0.0 and replaced with alphabetical sorting.
In Dashboard Folder v2.1.0, admin can now select the ordering type to sort items alphabetically or manually.
Item here refers to either child Folder or Dashboard within a parent Folder
The ordering type for Folder and Dashboard can be set differently
Ordering Type | Description |
---|---|
Manual |
|
Automatic (A - Z) |
|
Reverse (Z - A) |
|
Refer to Configure Dashboard Folders.
Depending on the upgrade path, the old Dashboard Folder v1.x ordering might not be migrated.
If you require assistance, do contact our support help@akeles.com.
Default Dashboard Sidebar State
Jira Administrator can now set the default Dashboard Sidebar state.
Note:
by default, the Dashboard Sidebar state is set to hidden
this feature is limited to Jira Administrator, Dashboard Folder Admin will not be able to access
For new installation or when new user onboard, the user’s Dashboard Sidebar view will follow this default setting.
This setting will be superseded by the individual user account setting when they expand/collapse the sidebar (see How to view Dashboard Folders | Dashboard-Sidebar).
Refer to Dashboard Folders Administration | Default-Dashboard-Sidebar-State .
Saved Dashboard Sidebar Tab
Dashboard Folder v2.1.0 will now remember the user’s last viewed Dashboard Sidebar tab (Folders / Favourites):
Folders | Favourites |
---|---|
UI Improvement – Permission Label
The ‘private’ viewer permission is renamed to “jira-admin” (Jira Administrator).
This is to avoid ambiguity for Administrators so they know that this permission level allows all other Jira Administrator(s) to have access to view this folder.
View Folder List | Add / Edit Folder Details |
---|---|
UI Improvement – Top Menu Dropdown
The top menu has been changed to the native Jira AUI Dropdown.
The top menu will now persist as long as the user does not click outside the menu.
Old Top Bar Menu | New Top Bar Menu |
---|---|
|
|
Bug Fixes
Manage Dashboard in Folder Sorting Order
In Dashboard Folder v2.0.0, “Manage Dashboard in Folder” page was sorted by ID instead of alphabetical sort by Dashboard / Alias name.
This issue is fixed in Dashboard Folder v2.1.0 to be consistent with other configuration pages.
Natural Sort Order for Alphanumeric String
Alphanumeric Sort ordering in Dashboard Folder v2.0.0 is wrong when there is consecutive numeric characters.
e.g. ‘11’ will appear before '2' because when comparing the first character, 1 < 2
This issue is fixed in Dashboard Folder v2.1.0.