In this release, we introduced integration between Jira Service Management (JSM) and External Share using the API endpoint. For improvements, we enhanced the mobile UX, dark mode color palette, secured preview functionality, and quick filters. As for bug fixes, we resolved issues related to navigation errors, filter functionality, overflowing text, API errors, and dropdown behavior.
We integrated Jira Service Management (JSM) approval history into External Share by utilizing the REST API endpoint:
GET /rest/servicedeskapi/request/{issueIdOrKey}/approval
Approval history will be displayed under the Activity tab. For more example calls with operation method, refer to API documentation.
We have improved the zooming and scrolling functionality on the mobile version, making it easier to upload attachments and add comments. Additionally, the visibility of the ‘Upload a file’ button have been improved.
Updated the preview functionality to display content from secured shares, ensuring the preview accurately reflects shared content, even when protected by passwords or restricted access.
The color palette in dark mode was enhanced to match Jira's theme-switching behavior.
Additionally, the editor's theme behavior was aligned with Jira for a user experience.
The Quick Filters tab on the External Share Form was updated to prevent elements from wrapping, ensuring a cleaner and more organized layout.
Users can now navigate from project settings to global settings without encountering the hash trace error.
We have resolved an issue where disabling the "label" filter caused other filters such as "status," to stop functioning. Users can now hide filters without impacting the functionality of remaining filter types.
We have fixed an issue where the long text put in FIX VERSIONS field was overflowing from boundaries.
We have fixed an issue where sending a GET request for listing existing shares would result in internal server error, now it is working correctly.
Previously, searching for "timeline" would return unwanted search types instead of relevant results. This issue has been resolved, and the filter now functions correctly.
Previously, clicking dropdown tabs in shared content caused an issue where they would remain open and not close when clicking outside on the white screen. This has been resolved, now only single dropdown that’s being focused remains open which prevents overlapping.