使用 Solidify 工具从 Jira 迁移到 Azure DevOps
Migration from Jira to Azure DevOps using Solidify tool
我正在尝试使用 Solidify 迁移工具将我的票证从 Jira 移动到 Azure DevOps,在导出票证时我收到了这个警告:
我以这种格式将用户映射到“users.txt”文件:
AccountId = user email on ADO
谁能帮忙解决这个警告?
您可以查看以下常见问题link:
https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/faq.md
How to migrate correct user from Jira to Azure DevOps and assign to
the new work items ?
User mapping differes between Jira Cloud and Jira Server. To migrate users and assign the new work items in Azure DevOps to the
same user as the original task had in Jira, we need to add a text
file in the root that would look something like this:
When using Jira Cloud then firstly make sure in the config the '"using-jira-cloud": true' is set. The mapping file the should have
accountId/email value pairs. To use email value pairs the users email
should be set to public in the user profile in Jira Cloud otherwise
the tool cant get the email and will use accountId instead for
mapping.
Some.JiraUser@domain.com=Some.AzureDevOpsUser@domain.com or JiraAccountId=Some.AzureDevOpsUser@domain.com
When using Jira Server then firstly make sure in the config the ' "using-jira-cloud": false' is set. The mapping should look like the
example below:
Some.JiraUser@domain.com=Some.AzureDevOpsUser@domain.com
我正在尝试使用 Solidify 迁移工具将我的票证从 Jira 移动到 Azure DevOps,在导出票证时我收到了这个警告:
我以这种格式将用户映射到“users.txt”文件:
AccountId = user email on ADO
谁能帮忙解决这个警告?
您可以查看以下常见问题link:
https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/faq.md
How to migrate correct user from Jira to Azure DevOps and assign to the new work items ?
User mapping differes between Jira Cloud and Jira Server. To migrate users and assign the new work items in Azure DevOps to the same user as the original task had in Jira, we need to add a text file in the root that would look something like this:
When using Jira Cloud then firstly make sure in the config the '"using-jira-cloud": true' is set. The mapping file the should have
accountId/email value pairs. To use email value pairs the users email should be set to public in the user profile in Jira Cloud otherwise
the tool cant get the email and will use accountId instead for
mapping.
Some.JiraUser@domain.com=Some.AzureDevOpsUser@domain.com or JiraAccountId=Some.AzureDevOpsUser@domain.com
When using Jira Server then firstly make sure in the config the ' "using-jira-cloud": false' is set. The mapping should look like the
example below:
Some.JiraUser@domain.com=Some.AzureDevOpsUser@domain.com