Editing the Risk Cube Work Item
I am working to support a government client that is interested in managing risks using RTC V3.0 We have a small team using the free version for up to 10 users. The risk cube that comes out of the box is not in line with the government process. The colors in the matrix are different, as well as the attributes for probabilities.
Now to my question. Is there a way to tailor RTC to represent this cube in a manner consistent with my customer? I tried editing it, but only found that I could edit what is represented or not represented. Any help is greatly appreciated.
Now to my question. Is there a way to tailor RTC to represent this cube in a manner consistent with my customer? I tried editing it, but only found that I could edit what is represented or not represented. Any help is greatly appreciated.
3 answers
Is there a way to tailor RTC to represent this cube in a manner consistent with my customer? I tried editing it, but only found that I could edit what is represented or not represented. Any help is greatly appreciated.
Hi,
the parts you can easily modify are e.g. the enumerations that the risk work item type uses as the sides of the square: probability and impact (in %).
Just open the project area in Eclipse, go to process configuration tab.
If you look under project configuration --> Configuration Data --> Work Items --> Types and Attributes, highlight "risk" in the work item types, you will see the fields and the enumerations that these fields use.
Attribute Impact uses e.g. the enumeration impact.
Going to project configuration --> Configuration Data --> Work Items --> Enumerations you can actually modify this enumeration.
However, to actually modify the underlying risk matrix presentation, you'd have to edit the extension or create a new one. Looking in the --> Editor Presentations and choosing "com.ibm.team.workitem.editor.risk", if you look at the Risk Matrix entry in the Details tab, you will find it uses "com.ibm.team.tpt.presentation.risk.matrix".
You will have to code your own version of this, deploy it and point the presentation of your risk work items towards the custom extension you deployed by changing the entry in the Editor Presentations as mentioned above.
This being a government standard for your government, chances are it will be a much welcomed and reusable custom extension. You might get quicker results writing it involving your local IBM / jazz tekkies
Best success,
Arne