Summary 🌟
In this release note, we introduce improved filtering, and several bug fixes. Notable updates include security vulnerability fixes, and improved CSS styling.
Improvements
Improved visual and layout IMPROVED
Tasks marked as "Done" now show with a strikethrough, now it’s easy to distinguish if tasks are completed.
We have also improved the scroll behavior on the timeline table. Both horizontal and vertical scrolls are now visible.
Card layouts are now evenly distributed across the page for a cleaner look. Also, a new icon has been introduced for "no result" in the dashboard.
Improved user verification IMPROVED
We have improved user verification for creating or joining new SAML workspaces. Only authorized users can create or join a new SAML workspace.
JQL Filter Enhancements IMPROVED
You can now filter by additional fields, including user, project, and status, allowing for more precise searches.
Improved user experience & interface IMPROVED
In Global Settings - Page Customization, links can now be rearranged via drag-and-drop. Also, We added a confirmation popup for the "Restore all default values?" button to prevent accidental resets.
We have redesigned error pages with more detailed information.
We replaced the markdown editor with a custom WYSIWYG editor, allowing for more customized comment formatting.
Bug Fixes
Security Fixes FIXED
Fixed issues where unauthorized users could delete shares or change board settings, and corrected a security issue so attackers won’t be able to access or change settings.
Fixed XSS vulnerability FIXED
Resolved an XSS vulnerability triggered when creating an external share link with a project name containing an XSS payload.
Fixed null pointer FIXED
Resolved a null pointer occurring in the filter view when time tracking fields are null. Now, the system safely handles null fields, preventing crashes in the filter view.
Duplicate share creation fixedFIXED
The 'Create External Share Board' button is now disabled immediately after the first click to prevent multiple submissions due to delayed response.
Fixed SMTP notifications FIXED
Fixed an issue where custom email settings blocked notifications from being sent to users.
Fixed error when filtering by project on shared filter page FIXED
Previously, when users entered a project name in the search input, an error page was displayed. After the fix, the system now correctly displays issues or results from the searched project as expected. Additionally, filtering using multiple projects via JQL is now fully supported without errors.
Fixed comment author missing FIXED
Fixed an issue where the author's name was missing from comments.
CSS Fixes FIXED
Fixed an issue where extra space appeared when using the "Group By" filter on board.
Fixed wrong color text format tab appeared in dark mode.
Fixed display issues where icons for issue types were not showing up properly in shared links.
Fixed an issue where long text and code snippets overflowed in the comment section.