How can I make work item to auto tansit from new to assigned state when I populate Assigned To field.
Ie. I have reported a bug so its state is new.
Now I populate (select from dropdown) the Assigned To field, and I want it to automatically transit to Assigned state (Active state).
Please help.
What you want cannot be done out of the box with TFS.
However, I created an open source project called TFS Aggregator to give the support you are looking for.
You could setup an aggregation something like this:
That should move your bug to Assigned from New.