Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

generate report on affected and impacted ci's of a change request

Hiren Potu2
Kilo Contributor

i want want to generate one single report which will give me all the affected and impacted Ci's of the change request.

5 REPLIES 5

SanjivMeher
Mega Patron
Mega Patron

 

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.

How do I get the report to only show 1 instance of the change request. There are change numbers per ci. I have them grouped by the task but when I try to download it I get all of the data.

Hiren Potu2
Kilo Contributor

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.  

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.