APFC - January 2025
Summary
In this release, we introduced Vote Step feature allows teams to collect group opinions through a voting process with moderator oversight. Additionally, we have added CSV export functionality for the Approvals and Activity lists at both the Global and Space levels. Lastly, we improved webhook handling by utilizing a job queue to process incoming Atlassian webhooks more efficiently.
New Features
Vote Step NEW
We have released Vote Step feature, enabling teams to gather group opinions.
Users can create a voting survey by selecting a group, defining answer options
Assign a moderator to make the final decision. The moderator can choose an outcome, influencing the next steps in the approval process.
Supports both single and multiple-choice polls, optional voting expiration, and enhanced visibility of voting group activity.
For more details how to set up Vote step, refer to the Vote Step Documentation.
CSV Export: Approvals & Activity list NEW
We have added functionality to export both the Approvals list and Activity list as CSV files from Global and Space level.
New REST API definitions and conditions NEW
We introduced new REST API endpoints to manage Definitions, Approvals in the Approval Path. These endpoints support creation, retrieval, and deletion (archive) of entities, and are now covered by Swagger documentation. Several enhancements and fixes were also implemented:
Added support for pagination, sorting (
ASC
,DESC
) and filtering by status.Improved error handling (400 instead of 500 on invalid input, clear messages).
Enhanced consistency between request path and body IDs.
Updated permissions and API key privilege naming to be more intuitive.
Swagger documentation verified and corrected for required fields and enum values.
Improvements
Improved Webhook Handling IMPROVED
We have improved the system to use a job queue for processing all incoming webhooks from Atlassian, such as page updates, page removal, space removal, and all workflow post functions (start, archive, delete).