| Admin Essentials | Service startup with colon in server ID (ENG-22854) | Fixed an issue where colons in server IDs could silently prevent services from detecting each other after startup; server IDs containing colons are now rejected with a descriptive error. |
| Configuration Manager Essentials | GradeComplianceReports device scope (ENG-22461) | GradeComplianceReports only grades devices in the plan. |
| Configuration Manager Essentials | Golden config treeId on import (ENG-21919) | Preserve golden config treeId upon import. |
| Core | Licensing timeout error (ENG-23266) | Fixed licensing timeout error. |
| Core | Redis command timeout on startup (ENG-24065) | Updated default for redis_command_timeout configuration to fix timeout issue on startup. |
| Inventory Manager | Itential Gateway 4 and Itential Gateway 5 device origin detection (ENG-23885) | Fixed device origin detection between Itential Gateway 4 and 5. |
| JSON Forms | Schema combination dropdown clear button (ENG-24062) | Removed the clear button in the schema combination dropdown so that users cannot set a schema combination to empty, which is invalid. |
| Operations Manager | Scheduled trigger error logging (ENG-23176) | Fixed object readability in error logging for scheduled triggers. |
| Operations Manager | Sidebar selection highlight (ENG-7784) | Fixed an issue in Operations Manager where the left navigation sidebar did not update the selection highlight when switching between job filter views (All Jobs, Active Jobs, Canceled Jobs, Errored Jobs, Watched Jobs). The table content updated correctly, but the sidebar highlight remained on the previously selected filter until a full page refresh. Now it correctly highlights the active filter as you navigate between views. |
| Operations Manager | Task details panel canvas reset (ENG-23772) | Fixed an issue in Operations Manager where resizing the task details panel would reset the canvas zoom and pan position. |
| Operations Manager | Task details panel hidden by sidenav (ENG-23688) | Expanding the side navigation when task details panel is fully expanded no longer hides the panel. |
| Operations Manager | View Data text selection (ENG-23774) | Fixed an issue in the View Data manual task that prevented individual lines of text from being selected. |
| Projects | Project asset import for users outside account collection (ENG-23778) | Fixed an error that prevented importing some project assets when the user was not in the account collection. |
| Projects | Project builder name sort with prefix (ENG-16128) | Fixed an issue in Project Builder where name sorting incorrectly included the project prefix. |
| Projects | Child job task corruption on task reference delete (ENG-24148) | The child job task is no longer corrupted in the workflow document when deleting a task reference and the workflow engine was updated so that you can start a job for workflows in this state for backwards compatibility. |
| Templates | Analytic template rename error message (ENG-10314) | Fixed an issue where renaming a MOP analytic template to an already-taken name while the project builder table is open surfaces Operation canceled by the user instead of the expected duplicate-name error. |
| Templates | Command template checkbox persistence (ENG-24271) | Fixed Treat info and warning as pass checkbox in the command template UI, so that it persists on save of the template. |
| Templates | Template disappears from folder tree on rename (ENG-24249) | Fixed a bug where renaming a Command Template or Analytic Template on a fresh page load would inconsistently cause it to disappear from the folder tree. |
| Templates | Template import schema validation (ENG-19450) | Fixed template import returning a cryptic error when the submitted template is missing required fields or contains non-string values for fields that expect strings. |
| Transformations | Unsaved changes check overrides delete confirmation (ENG-7303) | Fixed an issue when deleting a document with unsaved changes in Studio where users were hit with two confirmation dialogs back-to-back. |
| Workflow Engine (WFE) | Task worker error object logging (ENG-23166) | Logged error objects now appear correctly when logged from within a task worker instead of error=[ { } ]. |
| Workflows | Debug mode keyboard shortcut propagation (ENG-16946) | Fixed an issue in Studio where browser keyboard shortcuts (e.g. Cmd+Opt+I, Cmd+R) were silently consumed when the workflow canvas was in debug mode. Shortcuts now propagate to the browser as expected. |
| Workflows | Debug mode scenario input save (ENG-16945) | Resolved an issue in Debug Mode where pasting JSON into a scenario input field and immediately pressing Cmd+S caused the pasted value to revert to null after save. |
| Workflows | Deprecated task icons on canvas reload (ENG-10247) | Fixed issue where deprecated task icons and warnings disappear from the workflow canvas after a page reload. |
| Workflows | Import dialog behavior on partial import success (ENG-11415) | Fixed an issue in the Studio import dialog where a partial import success (some workflow files succeed, some fail) left the dialog open and the page unrefreshed. The dialog now closes and the sidebar updates to reflect successfully imported items even when other files in the batch fail. |
| Workflows | Job variable null value on canvas start (ENG-18492) | Fixed an issue where users could not assign a null value to a job variable when starting a workflow from the canvas. |
| Workflows | Save workflow API unknown _id handling (ENG-23356) | Fixed an issue in the Save Workflow API (POST /workflow_builder/workflows/save) where supplying an _id that does not exist in the database would silently succeed — the request returned no error but the workflow was never persisted. The API now returns a clear error message identifying the unknown _id. |
| Workflows | Unsaved changes dialog on tab close (ENG-6727) | Fixed a stale-closure bug that caused the Unsaved Changes navigation dialog to appear when closing a tab that had no unsaved edits. |
| Workflows | Workflow import with invalid debug mode scenario input (ENG-24105) | Fixed workflow import failures caused by invalid Debug Mode scenario input and added validation to prevent users from setting invalid values to scenario input. |
| Workflows | Workflow name truncation with dash character (ENG-7276) | Workflow names containing a dash character no longer get truncated incorrectly in the Studio tab label. |