- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 01:58 AM
We have a requirement to make PIR (post incident report) to be available for normal incidents.
I installed MIM plugin and modified the UI policies and other script to make this happen. Now this works as expected in the backend. But I want to make the PIR report available in the SOW for agents. How to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2026 04:10 AM
Found the solution.
Added a new component to sys_ux_app_route page and did the related configuration. Now PIR is available for normal incidents too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 02:04 AM
I’m not sure what your use case is for the PIR, specifically regarding incident priority at the moment. If you want to use it, you would need to build a new page/form entirely. Using it in the MIM way could create technical debt, since OOTB it is not MIM.
If you also need it for P3/P5, then you’ll need to review the configuration mentioned in the PIR, take it in the form, and make the necessary changes.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 02:12 AM
You just need to update your logic to make every incident a Major Incident. However, the requirement absolutely doesn't make sense. What is your business case?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 02:55 AM
After resolving every incident, they want to conduct a post review. Then they want to publish this and share the findings with the customers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 03:02 AM
It’s better to use IncidentTask& make it optional. Adding PIR for all types of incidents would be overhead. For example, if the team is handling 50 P3/P4 incidents, creating 50 PIRs would be too much. So consider the process effort after implementation.
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************

