Hiding Retired/Ceased CI's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2015 11:06 AM
Hi,
Is it possible to hide any/all CI's that have a Life Cycle Status set to Retired and has an Operational Status of Ceased?
If so, can this be done as part of a condition that if the CI has been retired for more than 90days and has a Life Cycle Status set to Retired and has an Operational Status of Ceased?
We have over 400,00 CI's that are retired, personally I'd like to have the data archived and then removed (>90 days) but would like to offer a compromise:)
Does anyone have any ideas?
Regards
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2015 11:18 AM
A Few ideas:
1. You could use the Archive application to move these out of the cmdb_ci tables and into an archive table that you can still refer to. This application can be enabled via plugins.
2. You could create a query business rule that filters out these CIs so your users don't see them. You could even make it so only users with a certain role see the retired CIs while everyone else does not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2015 01:41 AM
Hi Michael,
Thanks for this, is sounds as if this is exactly what I'm looking for:)
Regards
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2016 10:19 AM
Does the permissions option also work in the dependency map view? We don't want users seeing the retired CIs in the maps either. There are currently no filters that support the CI status field. Or am I missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2016 10:24 AM
Using a query business rule should work there as well though I have not tested it.