LEAP prioritization logic and cost savings calculation
Summarize
Summary of LEAP prioritization logic and cost savings calculation
LEAP leverages built-in prioritization logic to identify and rank automation opportunities based on their potential business impact and projected cost/time savings. This helps ServiceNow customers focus automation efforts on the highest-value incident groups, enabling more efficient resource allocation and impactful automation implementations. Customers should validate LEAP’s calculated values in a non-production environment before applying them in production to ensure accuracy.
Show less
Key Features
- Automation Opportunity Clustering: LEAP groups related incidents into clusters called automation opportunities for evaluation.
- Business Impact Scoring: Each ticket in a cluster is scored on business criticality, major incident status, and impact level. These scores are weighted and averaged to assign a Business Impact Score to the cluster, categorizing it as high, medium, or low impact.
- Projected Cost and Time Savings Calculation: LEAP estimates savings based on incident frequency, average manual work notes, and overhead factors tied to incident priority. It uses specific formulas combining these inputs with cost and time per work note to calculate potential savings.
- Customization of Settings: Overhead factors, cost, time per entry, and thresholds are configurable on the LEAP settings page, allowing customers to tailor calculations to their environment. Changes require rerunning calculations after deactivating and reactivating LEAP.
- Priority Determination Matrix: LEAP combines Business Impact and Projected Savings Scores to assign overall automation priority levels, ranging from Very High to Very Low.
- Post-Implementation Tracking: LEAP tracks actual cost and time savings after automation deployment, displaying metrics on the LEAP Value Dashboard for continuous improvement insights.
Practical Application for ServiceNow Customers
By using LEAP’s prioritization and savings calculations, customers can:
- Identify automation opportunities with the highest business impact and cost/time savings potential.
- Adjust prioritization parameters to fit organizational cost models and incident handling nuances.
- Make data-driven decisions on where to focus automation efforts for maximum ROI.
- Monitor real-world savings to validate automation effectiveness and refine ongoing automation strategies.
Example Calculation
For a cluster with 20 average manual work notes (AWNC) mapped to a P2 incident (overhead factor 1.4), and actual post-automation manual work notes (AWN) of 6, the saved work notes (SWN) are 14. Multiplying by the overhead factor gives approximately 20 AWN saved. At $20 cost per work note, this results in $400 actual cost savings, demonstrating how LEAP provides actionable financial insight to guide automation prioritization.
LEAP uses built-in prioritization logic to identify the highest-impact automation opportunities. This logic helps you focus on the most valuable automation tasks. The calculations provide an estimate of potential cost and time savings. It's best to validate these values in a non-production environment before implementing them in production.
- Business impact
- Projected cost/time savings
The priority for an automation opportunity is determined using the following chart.
The key factors are evaluated for each group of related incidents, called automation opportunities, and the results help teams focus on high-value areas.
Business impact
- Business criticality
- Major incident status
- Impact level
- Most Critical = 100%
- Somewhat Critical = 75%
- Less Critical = 50%
- Not Critical = 25%
| Key | Default value | Description |
|---|---|---|
| ohf_p4 | 0.8 | Overhead factor for P4 records. |
| ohf_p5 | 0.4 | Overhead factor for P5 records. |
| ohf_p1 | 1.8 | Overhead factor for P1 records. |
| ohf_p2 | 1.4 | Overhead factor for P2 records. |
| cost_per_entry | 20 | Cost in dollars associated with adding a work note entry to a record. |
| ohf_p3 | 1.1 | Overhead factor for P3 records. |
| time_per_entry | 0.5 | Time in hours associated with adding a work note entry to a record. |
| first_run_group_limit | 0 | Total number of groups for which resolution steps are generated in the initial run. |
| gaf_mapping_min_threshold | 0.2 | Minimum ratio of incidents pointing to an active group that is considered for remapping after clustering. |
- You can modify the values in the LEAP settings page. However, the calculations will differ when you change the values.
- The values in the LEAP settings page should be modified before activating LEAP.
- If you modify the values in the LEAP settings page, you need to rerun the calculation. For this, you must deactivate and reactivate the LEAP installer skill.
Ticket Score = (Criticality × 0.8 + Major Incident × 0.2 + Impact × 0.4) ÷ 3The average of all ticket scores in the group becomes the Business Impact Score. Based on this score, automation opportunities are labeled as high impact (the top 33%) , medium impact (next 33%), and low impact (remaining 33%).
Projected cost or time savings impact
LEAP estimates how much time and cost can be saved by automating a group of incidents with historical ticket data.
- Frequency of Incidents (FOI) : Average number of similar incidents per month
- Average Manual Work Notes Count (AWNC)
- Overhead Factor (OHF) : varies by incident priority based on the priorities table
Projected Cost Savings = ∑ (FOI × OHF) × AWNC × Cost per Work NoteProjected Time Savings = ∑ (FOI × OHF) × AWNC × Agent Time per Entry
Each ticket’s projected savings is calculated. The average for the group becomes the Projected Cost/Time Savings Score, which is also categorized as High, Medium, or Low. The automation opportunities are sorted in descending order based on the projected cost or time savings.
Determining overall priority
| Business impact | Projected cost/time savings | Automation priority |
|---|---|---|
| High | High | Very High |
| Medium | High | High |
| High | Medium | High |
| Medium | Medium | Medium |
| Medium | Low | Low |
| Low | Medium | Low |
| Low | Low | Very Low |
These prioritized automation opportunities are displayed on the LEAP home page.
Tracking the actual cost and time savings
After automation is implemented, LEAP tracks actual cost and time savings and displays them on the LEAP Value Dashboard, helping you measure impact and make decisions.
- Additional Work Notes (AWN) : Manual entries after playbook execution
- Overhead Factor (OHF) by Priority : For example, P1 = 1.8x
Saved Work Notes (SWNs) = AWNC – AWNAWN = SWN × OHFActual Cost Savings = AWN × Cost per Work NoteActual Time Savings = AWN × Agent Time per Entry
Example projected cost and time savings calculations
A cluster has 20 AWNC and is mapped to a P2 incident with 6 AWN. The cost per work note is $20, and the agent time per entry is 0.5 hours.
According to the formulas, the SWN count is (20
- 6) = 14. According to the properties tables, the OHF = 1.4.
SWN x OHF = AWN so 14 x 1.4 = 19.6
This value can be rounded off to 20 AWN. Each AWN entry represents $20 of savings.
The actual cost savings post automation = AWN x Cost per Work Note =
20 x 20 = $400.
So, if you use automation, then the projected cost savings can be up to $400. Thus, the calculation provides actionable insights for ongoing process improvement and resource allocation.