Count all open incidents per priority#1819
Count all open incidents per priority#1819mskoddow merged 3 commits intoServiceNowDevProgram:mainfrom
Conversation
mskoddow
left a comment
There was a problem hiding this comment.
Script looks good (I like the IIFE pattern!!), however your readme file is too vague. Please extend it by using correct markdown syntax so we get real headlines and paragraphs (refer to https://www.markdownguide.org/basic-syntax/).
Then I will approve the PR.
Looking forward to your changes!
Sure, Will do the required changes |
|
I made the changes, Please have a look. |
mskoddow
left a comment
There was a problem hiding this comment.
Thanks for the modification. It's now better understandable!
|
Appreciate your submission and hope you stay active throughout Hacktoberfest. |
PR Description: We want to dynamically calculate the number of open incidents for each priority level (1 - Critical, 2 - High, 3 - Moderate, 4 - Low) using server-side scripting. This script uses GlideAggregate to count the number of open incidents per priority dynamically. Useful for dashboards, automated scripts, or business rules.
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions