
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-26-2018 04:23 AM
This article explain how risk (score_risk field), value (score_value field) and size (score_size field) are calculated in a project, if you are interested on how they are calculated in a demand please refer to this article
Risk, Value and Size are used to calculate the Project Score as described in this article
1. Project Risk Score:
10 if Risk is Critical
6 if Risk is High
4 if Risk is Low
2 if Risk is Planning
2. Project Size Score:
2 if Cost > 1.000.000
4 if 750K< Cost <1.000.000
5 if 500K< Cost <750K
6 if 250K< Cost <500K
10 if 0 < Cost <250K
3. Project Value Score:
10 if ROI % > 100%
9 if 75< ROI % <100%
8 if 50< ROI % <75%
6 if 25< ROI % <50%
4 if 10< ROI % <25%
2 if 5 < ROI % <10%
Scores are calculated by the Business rules: EntityScorer.updateMetricScore(current);
In particular they are calculated in ScoreCalculator Script Include functions (Risk is calculated in calculateRisk, Value is calculated in calculateValue, Size is calculated in calculateSize
- 4,760 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi,
I have added two 'High' level 'Risks' to my project, but the 'Risk score' is not updated and showing as zero only. Any idea? Any help is appreciated!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
This is helpful. So as these fields are editable, based on the above mapping you have shared we have to update these fields? Is my understanding correct?
Also, I see the score files is editable. What is the impact as I don't see any change if I update the score field manually?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi,
I´m in the same doubt. Is the project risk calculated form the risk asociated??? The risk field is hidden in project form and doesn´t seem to be affected by the risk asociated so, how is managed the risk in project when it is not originated from demand. Did you find the relationship??
Thanks and Regards!!