microsoft/mail2bug

DefaultFieldValues "Title" only supports english language settings

Opened this issue · 0 comments

hiaws commented

Exception caught while trying to set value of field 'Title'
Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinitionNotExistException: TF26027: [german errormessage for 'title' was not found]

We're running TFS on german language (they forced me to), so the 'title' field reads 'titel'. Right now I see two possible solutions:

  1. Move it to config.
  2. Get the FIELD.name from its FIELD.refname (refname seems to be untouched in different languages)