Define Attribute value by 2 other Attributes
Hi ,
How can I change Work Item Attribute (For example Severity , this is Enumeration Attribute) according to 2 other attributes under this Work Item ?
The Severity value will be decided by the values of 2 other Attributes under the same Work Item.
I want to see the change online , when I change one of the Attributes and not when I save the Work Item
BR,
Chen
One answer
This can be achieved with attribute customization. To automate this you can use a calculated value based on JavaScript.
The Script would calculate the desired value for the attribute based on the values of two dependent attributes.
See https://jazz.net/wiki/bin/view/Main/AttributeCustomization and
(Lab 4/5)
The Script would calculate the desired value for the attribute based on the values of two dependent attributes.
See https://jazz.net/wiki/bin/view/Main/AttributeCustomization and
(Lab 4/5)