- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 03:41 AM
In the Istanbul and jakatra release came the concept of CMDB groups. anyone using them with change ? and how are you using them?
Best,
Eric
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2017 01:51 AM
Hi Eric, wish I could help, but have the same question.
In the CI field in CHG, I want users to be able to select a group, and then all CIs within that group to populate the 'affected CIs' related list.
We tried overriding the reference qualifier with "sys_class_name=cmdb_ci_server^ORsys_class_name=cmdb_group" but this didn't work.
If you have had any luck, please share
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 11:30 AM
this is what i got out of the knowledge 17 slides .. but i don't see the option to use them everywhere
CMDB Groups
-Challenges
-No out-of-box tool to group a list of CIs
-Customers develop their own ad-hoc scripts
Type of Groups
-Manual group
-Query Builder saved query Encoded Query
-Encoded Query
Benefits
—Allow customizing a group once and use everywhere ---???
—Provide central place to view and add CI to a group
—Provide aggregated view on CI's operational status and actions within a group

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 01:56 PM
Yes, I agree. While on the surface the CMDB Group seems to have addressed some of the concerns, it does not provide the actual use cases that most people would look to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2018 10:06 AM
Has anyone made any progress on this, or heard from ServiceNow about best practices around cmdb_group and cmdb_ci_group? Use cases I am interested in:
- On a form, the user selects a Category choice. When they navigate to the Configuration Item field, it is filtered to show only members of a group corresponding to the Category. Corollary is to filter the Affected Items list based on the Category.
- On a form, the user uses a CI Group field to select a CI Group by name. The Configuration Item field is filtered using that group. Corollary: The same applies to Affected Items.
- ON a form, the user uses a CI Groups List of CI Group References to select multiple CI Groups. The Configuration Item field is filtered using that group. Corollary: The same applies to the Affected Items related list.
With all of these, I am concerned about how this will scale and perform. The CMDBGroupAPI script include runs the queries and returns an array of Sys IDs. This is fine for a group holding a few hundred CIs. But how will it perform with a group holding thousands? If a group holds hundreds of thousands will memory errors and pauses of seconds become an issue?
Is there an Auto-Completer that works with one or multiple CMDB Groups?
Is there a way to convert a query built with the CMDB Query builder into something can be submitted as part of an encoded query?
If an auto-completer could refactor the clauses of one or more CMDB Groups into a single [encoded] GlideRecord query, then interactive selection of a CI from a large CMDB Group (hundreds of thousands of CIs) would scale.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2018 11:55 AM
I haven't heard a things
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2018 07:53 AM
I am also interested in # 2 from your list. It would seem an intuitive use for CMDB Groups but after an hour of futzing with it last night, no dice.