generate report on affected and impacted ci's of a change request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 10:22 PM
i want want to generate one single report which will give me all the affected and impacted Ci's of the change request.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 10:28 PM
task_ci stores the affected/impacted CIs. You can run a report on task_ci table.
and task_cmdb_ci_service stores the impact/affected business services
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2018 10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 10:44 PM
Hi sanjiv,
thanks for your reply.
but i need a single report where i can target one table on which i can get the affected and impacted Ci's.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2018 11:16 PM
You may need to create a database view joining the task_ci and task_cmdb_ci_service table.
Check below links which may help
https://community.servicenow.com/community?id=community_question&sys_id=d62b47eddb5cdbc01dcaf3231f9619f6&view_source=searchResult
https://community.servicenow.com/community?id=community_question&sys_id=88c00b65db98dbc01dcaf3231f9619b3&view_source=searchResult
Please mark this response as correct or helpful if it assisted you with your question.