Table of Contents | ||
---|---|---|
|
Summary 🌟
In this release, we have new features including quick action buttons, new API endpoint and a comment feature when page gets rejected. There were Confluence vulnerability, timestamp issue fixAs for bug fixes, there were confluence vulnerability fixes and timestamp issue fixes.
...
New Features
Quick action buttons added on approval list view
Status | ||||
---|---|---|---|---|
|
We have added "Approve", "Reject" and “Abstain” buttons to the approvals list. It allows users to take actions directly without entering each approval detail view.
...
Require comment when rejecting a page
Status | ||||
---|---|---|---|---|
|
We’ve added a feature that comment is required for approver, when rejecting a page. Once enabled this feature, approver should provide a comment.
...
Added API DELETE endpoint
Status | ||||
---|---|---|---|---|
|
New DELETE endpoints have been added to the Web API, allowing the removal of approvals.
DELETE /approvals/{ref}
DELETE /approvals/{ref}/{id}
API documentation is available for further instruction.
Bug Fixes
Fixed timestamps issue
Status | ||||
---|---|---|---|---|
|
Locale was not applied to Approval Path’s comment timestamps in Confluence pages. Now, both the locale and time zone is correctly applied based on the user’s Atlassian account settings.
Fixed vulnerability
Status | ||||
---|---|---|---|---|
|
We fixed a vulnerability in Confluence that could have allowed unauthorized access to private space definitions.