I am trying to create a workitem through code. Currently I am using the following code to set Assigned to.
wi.Fields["System.AssignedTo"].Value = "TfsUser display name";
Currently I am setting the TFS user display name. I have following doubts.
Is Display name in TFS is unique?
If not how to set a unique name like account name as assigned to?