Update severity scoring configuration for portfolio insights
Configure the severity thresholds and scoring factors that determine how planning items are classified as critical, medium, or low risk, so that Portfolio insights generates recommendations based on your organization's risk criteria.
Before you begin
Role required: sn_align_core.apw_admin
-
Default
severityThresholdsconfiguration:{ "severityThresholds": { "critical": { "minScore": 10 }, "medium": { "minScore": 5 }, "low": { "minScore": 1 } } -
Default
scoringFactorsconfiguration:"scoringFactors": { "scheduleDelay": { "enabled": true, "pointsPerDay": 0.5, "maxPoints": 10 }, "priority": { "enabled": true, "weights": { "High": 3, "Medium": 1, "Low": 0 } }, "dependencyImpact": { "enabled": true, "pointsPerDownstreamDependency": 1, "maxPoints": 6 }, "financialRisk": { "enabled": true, "benefitThreshold": 100000, "pointsIfAboveThreshold": 3, "maxPoints": 3 } } }
About this task
Severity scoring determines how the Portfolio insights skill classifies planning items and surfaces root causes and recommended actions. Each planning item receives an overall risk score based on weighted scoring factors — scheduled delay, priority, dependency impacts, and financial risk. The score is then evaluated against configurable thresholds to assign a severity level.
Severity levels are color-coded for quick identification: red for critical, yellow for medium, and green for low. The color assignments are fixed and cannot be changed.
Configuration is managed in the Insight topic configuration table using records with type set to Portfolio.
- Delayed planning items - Planning items delayed beyond planned end date
- Date misalignment - Planned vs Approved date misalignment
- Delayed start - Planning items with delayed starts
- For Delayed planning items insights, root causes and recommendations are generated from the top 15 delayed planning items, ranked by severity score.
- For Delayed start insights, only planning items whose planned start date falls within the last 30 days are included.
Procedure
What to do next
To verify that the configuration is working as expected, open a portfolio plan that contains planning items with known delays and confirm that the severity classifications reflect the thresholds you set. For details, see View insights for a portfolio plan in Strategic Planning Workspace or Portfolio Planning Workspace using Now Assist for SPM.