- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-25-2022 12:23 PM
Out of the box, when running the maintenance rule "CI in Change Window", the cmdb_ci status of matching CIs is not changed. However, matching CIs are flagged in the em_impact_maint_ci table by this rule and this status is considered for impact and alert calculations. My question is - has anyone made any customizations that would actually change the install status of the CI from "in use" to "in maintenance"? I know the impact tree indicates a CI is in maintenance but it seems like it would be logical to display it on the CI also? Looking for feedback.
Thanks in advance!
Stacey
Solved! Go to Solution.
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-27-2022 04:51 AM
This is how OOTB
- Change request is Approved.
- Change request is one of the following states(Scheduled, Implement, Open, Work In progress), we specifically query for the state values(state in (-2 ,-1 ,1, 2),
- The change request window is active

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-27-2022 04:51 AM
This is how OOTB
- Change request is Approved.
- Change request is one of the following states(Scheduled, Implement, Open, Work In progress), we specifically query for the state values(state in (-2 ,-1 ,1, 2),
- The change request window is active