Is it possible to change a value of field based on the value of another field in TFS?
What I’m trying to do is, when the value of the Story Points field changes, update automatically another field with the correspondent T-Shirt size value.
For example, we are using power of 2 values to represent the story points;
So, for a 1 points story it would correspond a t-shirt value of XS, for a 2 points story a t-shirt value of S, and so on.
Is this possible?
Use a combination of
WHENconditions andCOPYrules: