Emoji in username #2642
Unanswered
kimberleybrown
asked this question in
Q&A
Replies: 1 comment
-
Hi @kimberleybrown you can use the #2643 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I saw this issue being handled by other users, but I'm having some trouble with my code remapping a team member name who has an emoji in their username since it is no longer supported.
The user appears in comment and change history of a work item, so I have tried both the System.ChangedBy and System.History with no success. Whenever it starts migrating the work item, I get the error:
System.AggregateException: One or more errors occurred. ---> Microsoft.TeamFoundation.WorkItemTracking.Client.UnexpectedErrorException: There is a problem on the server. Contact your Azure DevOps Server administrator. ---> System.Web.Services.Protocols.SoapException: %error="600177";%:AddConstant: The following string is not supported by database collation: %String="Name??";%.
I have also tried the code:
Beta Was this translation helpful? Give feedback.
All reactions