ESFJ - April 2025
- 1 Summary
- 1.1 New Features
- 1.2 Improvements
- 1.3 Bug Fixes
- 1.3.1 Fixed SSO redirect loop FIXED
- 1.3.2 Fixed error when creating shared filter FIXED
- 1.3.3 Fixed preview behavior for attachments FIXED
- 1.3.4 Fixed duplicated fields in issue share FIXED
- 1.3.5 Fixed overlapping text in field selection UI FIXED
- 1.3.6 Fixed header button issue FIXED
- 1.3.7 Fixed custom issue type icon FIXED
Summary
In this release, we introduced a voting system for shared Jira issues, improved search APIs and SSO logic, and fixed multiple bugs affecting user interface elements such as issue sharing behavior.
New Features
Implemented voting system for shared Jira issues NEW
Users can now upvote or downvote shared issues. Votes can be saved in a configurable numeric field and visible in both internal and external views. To set up, navigate to Project Configuration and enable Voting
User can select the field into which the number of votes on the ticket in Jira will be saved
Logged in user should be able to add or remove vote for issue
Improvements
Updated deprecated search API endpoints IMPROVED
We replaced deprecated search APIs across share types.
Improved SSO logging logic IMPROVED
We have improved SSO logging logic by avoiding repeated SSO logins by tracking workspace access in app user table and removing unnecessary redirects.
Completed regression testing IMPROVED
We performed regression test to ensure stability following security-related package updates.
Bug Fixes
Fixed SSO redirect loop FIXED
We have resolved infinite redirect when SSO configuration is missing or duplicated. Also, we corrected display message to reflect actual access settings.
Fixed error when creating shared filter FIXED
Fixed 500 error occurring during filter share creation.
Fixed preview behavior for attachments FIXED
Fixed blurry attachment previews and incorrect cursor. Tooltip now appears only on hover over the upload button.
Fixed duplicated fields in issue share FIXED
Resolved issue where created/updated fields appeared twice on shared issues.
Fixed overlapping text in field selection UI FIXED
We resolved layout issue where selected field names overlapped with the 'view' option.
Fixed header button issue FIXED
Fixed an issue where header buttons(dashboard, settings, logout)were inactive in shared board and timeline links.
Fixed custom issue type icon FIXED
Resolved issue with custom icons not loading due to REST API authentication limits.