Populate Service Offering based on Configuration Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago - last edited 12 hours ago
Hi All,
I want to populate the service offering based on CI selected on incident form.
If above is not possible, then when user select CI then it should list the service offering based on the CI.
When CI is selected:
- if it has one Service Offerings, Auto-set the Incident’s Service Offering.
- if the CI has no linked Service Offering, no need to do anything
- If the CI has multiple linked Service Offerings, no need to do anything
Tried with scripts but nothing coming up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
34m ago
Hi @PawanKumarR
Out of the box, Service Offerings are tied to Business Services, not directly to CIs such as servers or applications. Because of this, you can’t automatically map any CI to a Service Offering unless the CI itself is a Business Service (cmdb_ci_service).
So this requirement will only work reliably if the selected CI on the Incident form is a Business Service:
-
If the Business Service has exactly one Service Offering → auto-populate the Service Offering field.
-
If the Business Service has no Service Offerings → do nothing.
-
If the Business Service has multiple Service Offerings → leave the field empty and let the user choose.
if you want to directly tie CI → Service Offering, it won’t work unless you build a custom relationship and I would recommend following the OOB process.
Regards,
Ashir Waheed