solidify / jira-azuredevops-migrator

Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.
MIT License
263 stars 228 forks source link

Jira Users are not getting migrated #1033

Closed advitakhadke24 closed 6 months ago

advitakhadke24 commented 6 months ago

Describe the problem

User's are not getting assigned intermittently, seeing error Cannot find the user 'JIRAUSER123' identity in user map or you don't have permission. I have defined the users in user.txt file which is present in the export

tried defining 2 ways, Some.JiraUser@domain.com=Some.AzureDevOpsUser@domain.com SomeJiraUser=Some.AzureDevOpsUser@domain.com

Tool version

Jira

Attachments image

Alexander-Hjelm commented 6 months ago

seeing error Cannot find the user 'JIRAUSER123' identity in user map or you don't have permission.

Likely means that you have not mapped the user "JIRAUSER123". There needs to be an entry for the key "JIRAUSER123" in the users.txt file, otherwise the tool will not know which ADO identity to map the user to.