/
WIP) ESFJ - Oct 2024

WIP) ESFJ - Oct 2024

Summary

This release brings a range of updates and improvements including custom quick filters, a new API endpoint for updating UUID links. Key bug fixes address sorting issues, CSS glitches, and problems with password-protected link access. Security updates address vulnerabilities to improve protection and maintain proper access control.


New Features

Added custom quick filter NEW

We have added custom filter options available for filter shares.

image-20241223-145425.png

Added new API endpoint NEW

We have introduced an endpoint that enables the updating of an existing UUID link. For more example calls with operation method, refer to API documentation.

  • PUT https://jes-qa.warsawdynamics.com/webapi/share/{YOUR-ISSUE-UUID}

Bug Fixes

Sorting on filter share does not work FIXED

There was a bug in the filter share that caused a malfunction when sorting. However, it now works correctly when any sorting is applied from the table header.

CSS Fixes FIXED

  • Fixed an issue where long text overflowed in the summary section in External Share frame.

  • In the custom email tab, the “Authorize with Gmail/Outlook” text was not visible in dark mode. This issue has now been fixed.

image-20241223-134118.png

Fixed special characters in public URL blocking password input and access FIXED

There was a bug where public URLs with special characters (# and ^) in the "Name" field and password protection prevented access from Share Configuration. Now this issue has been fixed, user is redirected to the shared link.

Fixed public link with password issue FIXED

The issue where users couldn’t access external shares with password-protected public links is now resolved.
Previously, protected public links didn’t work, but users can now open them without any problems.

Fixed issue with updates not sent or delayed FIXED

Previously, when an external user accessed a shared link and made updates in Jira, such as changing a status or updating a description, the updates were either not sent or sent with a significant delay. This issue has now been resolved, and updates are sent promptly.

Fixed vulnerability FIXED

  • We fixed a vulnerability that allowed customer-level users to bypass password protection and access externally shared issues.

  • We’ve found a vulnerability that low-privileged users to change permissions, giving them unauthorized access to external shares. This has been fixed to prevent privilege escalation and ensure proper access control.

Related pages