APFJ - March 2024
- 1 Summary
- 1.1 Improvements
- 1.2 Bug Fixes
Summary
In this release, no new features were created, but several improvements and bug fixes were provided.
Improvements
Allow Issue Field Group to group values from the description table improved
Group names (i.e., “Admins”, “creative team”) are now allowed to be used in the “Approval Path” table in the description on the “Issue field - Group” steps, alongside users and email addresses. The group name in the description table must be the same as the existing group name from Jira.
Send email notification from the approval list improved
Approval request or notification can be sent as direct email messages. Mail can be sent to an active step of approvals with the state “in progress”, including users, groups (except for people who already gave their voice), and external users. All delegates should also receive notifications.
Further testing improvements improved
Several improvements and E2E tests were provided.
Bug Fixes
Fixed production null error when updating global settings Fixed
Error happened when a Jira user updated global settings and had a null value in JiraNotificationMechanismType. An additional null check was added to prevent the problem.
Fix switch theme icon Fixed
Only the light theme was available and it couldn’t be changed. Dark theme is now available.
Non-functional "Switch theme" button on approval path issue view Fixed
The "Switch theme" button on the approval path issue view was non-functional. It was ensured that the button correctly toggles between light and dark themes as intended.