Release Overview dashboard
The Release Overview dashboard provides an overview of all the information about a release, which the product team can use to assess its readiness.
Required ServiceNow AI Platform roles
sn_dpr_model.product_manager, sn_dpr_model.release_admin, sn_dpr_model.release_coordinator, or sn_dpr_model.release_user, needed to see the dashboard.
Access the Release Overview dashboard
To open the dashboard, navigate to . Select the releases icon () and then select a release from the Releases list.
Widgets
| Widget | Description |
|---|---|
| Release start date | Start date of the release. If the release isn’t started, the planned start date is shown. After the release starts, the actual start date is shown. |
| Release end date | End date of the release. If the release isn’t closed, the planned end date is shown. After the release is closed, the actual end date is shown. |
| Release target date | Readiness target date of the release. |
| Risk score | Risk level of a release. This score is calculated based on the overdue tasks and policy failures. For more information, see the calculation of the risk score in the following section. |
| Release tasks | Number of tasks in the release, grouped by their state. |
| Change requests | Total number of change requests in different phases of the release, grouped by their state. |
| Enhancements | Product enhancements in the release, grouped by their state. |
| Work items | Work items in the release, grouped by their type, and stacked by their state. |
| Related tasks | Related tasks linked to the release, grouped by their type, and stacked by their state. |
| Policies | List of all policies, grouped by the phases they’re mapped to. |
| Approvals | List of all approval tasks, grouped by their approval status. |
Calculation of risk score of a release
The risk score of a release combines overdue task scores and policy failure scores, weighted by their respective importance. The weight or priority to overdue tasks and policy failure determines their urgency or impact on a release. The overdue task score is categorized based on the percentage of overdue tasks. The policy failure score is determined by the percentage of failed policies.
Given overdue_weight + policy_failure_weight = 1, the risk score of a release is calculated according to the following formula:
Risk score = Round((Overdue task score * overdue_weight + Policy failure score * policy_failure_weight) * (Number of days elapsed in release / Total number of days in release))
- Overdue task score:
-
- If <10% of tasks are overdue, the overdue task score is 0.
- If 10-40% of tasks are overdue, the overdue task score is 1.
- If >40% of tasks are overdue, the overdue task score is 2.
If a task has no end date, the phase's end date is used as the task's due date.
- Policy failure score:
-
- If <10% of policies fail, the policy failure score is 0.
- If 10-40% of policies fail, the policy failure score is 1.
- If >40% of policies fail, the policy failure score is 2.
- Low, if the value is 0 or 1
- Medium, if the value is 2
- High, if the value is 3
- Very high, if the value is 4