ESFJ - Sep 2024
- 1 Summary
- 1.1 New Features
- 1.2 Improvements
- 1.3 Bug Fixes
- 1.3.1 Fixed OOM error FIXED
- 1.3.2 CSS Fixes FIXED
- 1.3.3 Fixed JQL Filter query error FIXED
- 1.3.4 Fixed JQL Filter accuracy issue FIXED
- 1.3.5 Fixed saving configuration form when create new share template FIXED
- 1.3.6 Fixed an error where attachments cannot be uploaded FIXED
- 1.3.7 Fixed link validation in page customization FIXED
Summary
In this release, shared boards now support quick filters, label filtering, and sorting by Sprint, making it easier to organize and view issues. Improvements include enhanced Share API logging and better display of parent links on shared pages. Bug fixes address issues with memory errors, JQL query issue, and various UI inconsistencies.
New Features
Added quick filters on shared boards NEW
We have added a new feature allowing shared boards to display the same quick filters available on Jira boards, with the ability to define custom quick filters.
Sorting by sprint field in filter share NEW
We have added functionality to sort by the sprint field in filter share, alongside existing options for sorting by summary and status.
Added label filtering option NEW
We've implemented label filtering in the shared board view, similar to the Jira board view, allowing users to filter and group issues based on one or more labels.
Added select list multiple choices NEW
We have added Select List Multiple Choices to board card layout under customize fields.
Improvements
Improved Share API logging IMPROVED
We have improved Share API logging and introduced error codes to make it easier to track down issues by referencing code in log files.
Improved display on shared pages IMPROVED
We have improved display of parent link field on shared pages, ensuring that it appears clearly within the issue layout.
Bug Fixes
Fixed OOM error FIXED
We've fixed the current logic to allow loading a large number of issues on the shared board page without OOM errors.
CSS Fixes FIXED
Fixed “Timeline” option missing in the JQL filter dropdown. Now it’s visible and selectable.
Fixed wrong color columns of quick filter in Jira board share to dark color so it matches in dark mode.
Fixed labels and multi select List options in Board card settings to display correctly within the field frame.
Fixed JQL Filter query error FIXED
We have resolved an issue where boards would only update if the JQL query included an "order by" clause. Queries without "order by" now display results correctly.
Fixed JQL Filter accuracy issue FIXED
We have fixed an issue where searching by term, project, or labels displayed all results instead of matching criteria, ensuring accurate filtering in JQL queries.
Fixed saving configuration form when create new share template FIXED
We resolved an issue where configuration saving failed if a non-registered user’s email was entered in the "Share with specific users" input on the Security tab.
Fixed an error where attachments cannot be uploaded FIXED
We have fixed an error where internal users were unable to add comments or attachments to external shares. Now, internal users can successfully post them.
Fixed link validation in page customization FIXED
There was an issue where URLs with dashes in the subdomain were incorrectly flagged as invalid in Global settings for page customization. After fix, URLs are now correctly validated and accepted.