- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 11:37 PM
What’s going on
Affected CIs (related list = task_ci) is meant to be edited by the change team. You can add/remove CIs directly, so you see the Edit button there (in “New” state and other editable phases).
Impacted CIs is typically a derived / read-only list that’s calculated by impact analysis (e.g., from the selected Business/Technical Services, service maps, or from the Affected CIs and their dependencies). Because it’s computed, the platform doesn’t expose the Edit action on this list. You change what’s impacted by adjusting inputs (Affected CIs, Impacted Services) and re-running impact analysis—not by editing the list itself.
Why you don’t see “Edit” on Impacted CIs
The related list behind Impacted CIs points to a table used by the impact analysis output (varies by release; often an “impacted_*” table or view). OOTB it’s read-only by design, so the “Edit” UI action is not shown.
In contrast, Affected CIs uses task_ci, which supports manual maintenance, so the “Edit” button appears when the Change is in an editable state and your roles/ACLs allow it.
How to change what appears under “Impacted CIs”
Add/Remove on Affected CIs (the editable list).
Adjust Impacted Services / Business Service if you use service-based impact.
Run/refresh Impact Analysis (e.g., “Analyze impact” or the workspace action) so the platform recalculates the Impacted CIs list.
If you really need manual editing of “Impacted CIs”
Not recommended (it defeats the purpose of a computed list), but options are:
Expose/replace the related list with an editable M2M to cmdb_ci (customization), or
Build a UI action/form that writes to the same table your instance uses for impacted-output records (requires understanding your release’s data model and relaxing ACLs).
Quick checks (if behavior seems off)
Confirm you’re looking at Impacted CIs (computed) versus Impacted Services (M2M to cmdb_ci_service, which usually is editable).
Ensure your Change state/model doesn’t lock related lists (some models lock after certain phases—but you said “New”, so that’s fine).
Verify roles/ACLs if even Affected CIs lacked Edit (not your case).
Bottom line:
You can edit Affected CIs; Impacted CIs is computed and intentionally read-only. Adjust the sources (Affected CIs/Services) and re-run impact to update it.