Report For All Open RITM Tickets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:36 AM
How do I create a report in ServiceNow to give me all open RITM tickets where all their associated TASK tickets are closed. I don't even know where to start because I have never created something like this before therefore I don't have a screenshot on the part I am stuck on. Please give me a full step-by-step on how I can accomplish this. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:40 AM
Hi @msekla
If I speak from OOTB side, once all task closed for a REQ, the RITM and REQ moved to closed automatically. In your report it will be zero.
or you want
to see RITM , where task as still open.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:43 AM
Hi @msekla
You can create report :
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:49 AM
Hello, thats straight forward.
Just follow the below steps.
1. Go to Reporting
2. Set the table as sc_req_item
3. In the condition builder use the below logic -
Update both conditions so active=true,
If your workflows arent closing the RITMS so the active is falso update the table condition to include inactive states such as, closed complete, closed incomplete, cancelled etc etc.
Please mark as helpful or if its resolved your issue, correct!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 06:26 AM
Hi @msekla ,
With this you will get all the RITM details along with SC task detail aswell.
You can navigate Reports -> Create New
In Data section please select as below,
Name :
Source Type : Table
Table: sc_task
and for rest please refer the below screenshot,
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang