Displaying an average of the values contained in othe custom attributes in RTC 3.0.1.3
One answer
Simon, if it is calculating only across the attributes of one work item, you can use a Java Script Based calculated value. https://jazz.net/library/article/1093 Lab 5 shows an example of a calculated value that is comparable. You would have to get the enumeration label or literal, associate/convert that to a number, for each attribute, convert that to a number, do the math and return it to the new attribute.