Reports and Extracts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2023 12:20 PM
I am trying to pull a report from ServiceNow. I need all the changes occurred on a specific CI. I have more than 500 CI and every CI should have few change number associated. How can I extract them all? Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2023 02:08 PM
Hi @rahulgoyal2 ,
Do you have setup a reference field on the change_request table which refers to the CI? If yes, then you can run a simple report from the change_request table with the CI in the conditions
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 12:34 AM
I have that setup however when we have multiple CIs attached in the change request then in the report it only shows only one CI . How I can I get all the affected CIs in the report for every change?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2023 06:05 AM - edited ‎09-08-2023 06:11 AM
Hi @rahulgoyal2 To see all the associate CI to change request you can report on "TASK_CI" table it will list all associated CI to a Change Request/Task.
You can dot walk to the task field and set filters, task column contains all the reference change record numbers. It should fulfil your requirement. If you any question kindly revert.
If my response helps to solve your issue. Kindly mark it as helpful & accept the solution. It will be helpful for future readers!
Please find the Task_CI table list view in the screenshot below