It's all about the answers!

Ask a question

Risk Exposure Example Query


kaushambi Singh (561611) | asked Feb 01 '10, 5:14 a.m.
The Risk Exposure example posted on https://jazz.net/wiki/bin/view/Main/AttributeValueProviders#Examples works now in my environment.Hoewever there is small change required in the calculation. In the line where multiplication of impact and probability is returned, what we want is a decimal value like this: return impact * (probability / 100). We want to have probability value divided by 100 and then multiplied to impact value. When I do this it doesnot show the change. Probably it is not reading a decimal value. What needs to be done to implement this.

11 answers



permanent link
Patrick Streule (4.9k21) | answered Feb 05 '10, 1:23 p.m.
JAZZ DEVELOPER
Yes, confirmed. It is set to "string"

Did you change the type of the attribute in the process configuration
XML? This won't update the type of the attribute if it was an Integer
one before. You would need to create a new attribute of type 'smallString'

--
Regards,
Patrick
Jazz Work Item Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.