Released: July 31, 2026Version 2.28.0 — includes all changes since v2.27.0
New Features
Work Package Backlog
Work packages can now be parked in a project backlog — captured, visible, but explicitly outside the committed plan:
- A new Backlog checkbox in the Work Package form on the Project Plan, available when creating or editing a work package.
- Backlog work packages show a distinct grey backlog icon in the Project Plan's Status column in place of their status indicator, and their action buttons (Start Work, Start Execution, approvals) are replaced by a backlog marker — backlog work can't be started until it's brought back into the plan by unticking the checkbox.
- Starting a project (including Auto Pilot) never auto-starts backlog work packages, and completing a predecessor never promotes a backlog successor.
- Backlog work packages are excluded from the project completion percentage, so the number reflects only committed work.
Test Plan Sequence Numbering That Sorts Correctly
- A new zero-padded Sequence Number field on Test Case, Test Component, Test Scenario, and Test Step (e.g.
1displays as00001,12as00012), so test records sort in true execution order in list views and reports instead of the text ordering that put10before2. - The underlying numeric sequence fields now accept up to five integer digits (previously two), so large test plans no longer run out of sequence numbers — decimals are still available to insert records between existing ones.
Data Mapping Register — Systems Scoped by Organization
- The Source System and Target System choices on the Data Mapping Register form are now driven by the Associated Organization rather than the Program, so system selections follow your organizational structure.
Bug Fixes
Accurate, Always-Current Project Completion Percentage
The project completion figure shown on the Project Plan (and on Project records and reports) previously could go stale and displayed inconsistently between screens. It is now:
- Recalculated automatically whenever any work package changes — from any screen or automation, not just the Project Plan's save button.
- Calculated as a duration-weighted average of work package completion, counting only work in the committed plan: in-process, deferred, out-of-scope, and backlog work packages are excluded.
- Stored and displayed consistently everywhere (record pages, reports, and the Project Plan toolbar now agree).
My Workspace Now Included in the Package
The My Workspace home tab announced in the 2.27 release notes was missing from the package manifest, so upgrading orgs did not receive it. It is now included — installing or upgrading to 2.28 delivers the unified work queue, project cards, timesheet snapshot, and recent items described in the 2.27 notes.
Automation Settings No Longer Depend on User Permissions
AMIGO's automation configuration (the settings that enable or disable triggers and flows) and RACI email settings are now read the same way for every user. Previously, users without visibility to AMIGO's configuration metadata could see automations silently behave as if they were disabled.
Performance
Faster Plan Views, Consistent Theming
- All Bryntum styling — theme CSS, fonts, and locales — is consolidated into a single shared static resource, and the per-view bundles are slimmed to code only, cutting download size for the Project Plan, Portfolio Plan, Program Plan, Test Plan, Cutover Plan, and dashboard grids.
- The Cutover grid now follows your selected Bryntum theme like every other plan view.
Under the Hood
- The completion rollup lives in AMIGO's core utility layer, designed for reuse by upcoming Test Plan and Cutover Plan completion rollups.
- The rollup runs as a single query and skips the database write entirely when the percentage hasn't changed, keeping work-package saves fast and governor-friendly.
- New fields and permissions supporting the BELDEN evaluation workflow — advice history on Historical Comments, evaluation-request and program-score tracking — groundwork for functionality delivered outside this package.
- Version metadata bumped to the 2.28 release line (package version 2.28.0.2).