Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Detected unicode characters, removed" when importing issues #859

Open
jg223fp opened this issue Sep 18, 2023 · 1 comment
Open

"Detected unicode characters, removed" when importing issues #859

jg223fp opened this issue Sep 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jg223fp
Copy link

jg223fp commented Sep 18, 2023

When trying to import issues assigned to users that contains \ in the username, the terminal reports: "Detected unicode characters, removed"
The result is that everything after the \ is removed in the username.

user.txt:
JIRAUSER12600=CORP\u084699

issue.json:
{
"ReferenceName": "System.AssignedTo",
"Value": "CORP\u084699"
}

Result on Azure:
Assigned ´To: CORP

Tool version

  • Version of the jira-azuredevops-migrator tool 3.0.186

Attachments

wi-import.log.txt

config.txt

@Alexander-Hjelm Alexander-Hjelm added the bug Something isn't working label Sep 19, 2023
@Alexander-Hjelm
Copy link
Collaborator

If you are able to build the project yourself, you can comment out the following lines to disable the unicode character removal, but this might cause other data to render weirdly: https://github.com/solidify/jira-azuredevops-migrator/blob/e023e826fd44f3613e329b7645cd2a4ce318b49b/src/WorkItemMigrator/Migration.WIContract/WiItemProvider.cs#L31C1-L35

Will have to think of a solution to this edge case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants