We're experiencing the same problem and this strange behaviour is very annoying. In our case we have System.AssignedTo field displayed in the read-only field control and Company.Developer field beeing modified. Also we have a COPY rule in the form of
<TRANSITION from="Ready" to="Active">
<FIELDS>
<FIELD refname="System.AssignedTo">
<COPY from="field" field="Company.Developer"/>
</FIELD>
<FIELDS>
</TRANSITION>
The problem described above appears when user first changes state from Ready to Active, then changes Developer field (by selecting different user from combo) and then commits changes. When another person looks on this record in query results view he see the picture described in the previous post. When record selected new value of Developer field is displayed, when it is not selected in the AssignedTo field previous value is displayed. Also there is a problem with My Work Items query because such "strange" records is not displayed in the results even if they have AssignedTo value equal to @Me.
This issue is very serious and stopping us from deploying TFS in production use. We would like to contact PSS with this issue, but never done it and don't know what should we do in order to try to resolve this issue via PSS. Any help is appreciated.
Vladimir Bougay |