Work item Custom Attributes

Hi -
What is the easiest way to assign values from enumeration and custom attributes as the value of another custom attribute on the work item?
for example:
enumerationA=apple
enumerationB=banana
customC=carrot
customD=fruit.$enumerationA.$enumerationB.$customC (fruit.apple.banana.carrot)
Thanks,
Judy
What is the easiest way to assign values from enumeration and custom attributes as the value of another custom attribute on the work item?
for example:
enumerationA=apple
enumerationB=banana
customC=carrot
customD=fruit.$enumerationA.$enumerationB.$customC (fruit.apple.banana.carrot)
Thanks,
Judy
One answer

Try using a ValueSetProvider as shown in: https://jazz.net/wiki/bin/view/Main/AttributeValueProviders
Hi -
What is the easiest way to assign values from enumeration and custom attributes as the value of another custom attribute on the work item?
for example:
enumerationA=apple
enumerationB=banana
customC=carrot
customD=fruit.$enumerationA.$enumerationB.$customC (fruit.apple.banana.carrot)
Thanks,
Judy