Summary 🌟
In this release, we have new features including quick action buttons, new API endpoint and comment feature when issue gets rejected. Several fixes and improvements also introduced.
New Features
...
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
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
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
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
Add customfield(We have added Select List ( Multiple Choices )) to board card layout under customize fields.
Improvements
Improved
...
Share API logging
Before, if you stop watching the issue, approval won’t start. We've improved the approval process to allow starting approvals even with 0 watchers.
Bug Fixes
Fixed “Timeline” option missing in the JQL filter
The "Timeline" option was previously missing in the JQL filter dropdown within issue share configuration. After fix, it’s visible and selectable as expected.
...
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
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
We have fixed white color columns of quick filter in Jira board share to dark color so it matches in dark mode.
...
've fixed the current logic to allow loading a large number of issues on the shared board page without OOM errors.
CSS Fixes
...
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.
...
...
...
List options in Board card settings to display correctly within the field frame
...
Darkmode - Timeline in dashboard view type) is light
+ link status color changed for dark and light mode
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-1211 |
---|
|
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-1210 |
---|
|
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-1202 |
---|
|
The logic for loading boards was updated to prevent Out of Memory (OOM) errors by avoiding the need to fetch all issues in a project to determine label availability. Now, boards with large issue volumes load reliably, ensuring acceptable loading times even for extensive datasets.
...
Fixed JQL Filter query error
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
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
We resolved an issue where configuration saving failed if a non-registered user’s email was entered in the "Share with specific users" section under input on the Security tab. Now, the form saves correctly regardless of the email status.
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-1182 |
---|
|
We have improved Share API logging by adding detailed logs for all share actions (create, update, regenerate, delete) and introducing error codes, allowing users to reference the code for easier issue tracking in log files.
Fixed an issue where internal users (share creators)
Fixed an error where attachments cannot be uploaded
We have fixed an error where internal users were unable to add comments or attachments to external shares in Jira, despite permissions being enabled. Now, internal users can successfully post comments and attachments on external shares as intendedthem.
Added support for displaying the parent link field on shared pages, ensuring that it appears clearly within the issue layout. This update also supports parent links with custom issue type icons, providing consistent visibility across shared pages.
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-986 |
---|
|
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-922 |
---|
|
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-916 |
---|
|
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-904 |
---|
|
Jira Legacy |
---|
server | System Jira |
---|
serverId | b66650ca-af1e-397f-81f5-9d94924a0a26 |
---|
key | ESFJ-903 |
---|
|
...
Fixed link validation in page customization
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.