-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Component, Fix version migration with Solidify free version #1090
Comments
Hello @vani760 ! The question is where you would like to migrate the fixesVersion field to? Here is a simple field mapping which maps the field to a custom Single Line Text field in ADO: {
"source": "fixVersions",
"source-type": "id",
"target": "Custom.Fixversions"
}, |
Hi @Alexander-Hjelm , { |
Issue links should be preserved without changing the sample configs. You can use the link-map section of the config to specify what types of links should be mapped. See the example configuration here: https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/config.md#example-configuration It could be that you need to add the missing link types to your link map. Here is a reference sheet over the default link types in Azure DevOps: https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/faq.md#4-i-need-to-obtain-a-field-reference-namelink-type-in-azure-devops Read more about linked issues in single project vs multiple projects scenarios: https://github.com/solidify/jira-azuredevops-migrator/blob/master/docs/faq.md#5-guideline-for-migrating-multiple-projects |
I grabbed the following example from this issue: #1046 {
"source": "Relates",
"target": "System.LinkTypes.Related"
},
...
{
"source": "Blocks",
"target": "System.LinkTypes.Dependency-Forward"
} |
Hi @Alexander-Hjelm |
i have added this but still this is not imported, only parent and child links coming thats it Mapping: ADO |
Looks right. There could be any number of things going on though. Try running the Export again in force mode, for example, if you haven't already? |
yea, i have tried but still not coming only parent, child relation coming . or is there any limitation? as we are using Free version on Migrator tool for Atlassian jira cloud to ADO |
Are the linked issues in the same project or in a different one? |
its from same project we are migrating from same project in Jira to ADO |
Ok! Then related issues should be migrated over. I am not sure of the cause right away. Are you using the correct Jira Link Type? Have you defined custom jira link types that override the default ones? |
Do i need to create custom column in ADO for linked Issues? we have below linked issue types in Jira so how i need to create in ADO? only parent and child links are coming.. |
No that should not be neccessary! |
Hi Team,
We are migrating issues from JIRA to ADO with solidify migrator tool(Free version),
most of the required fields we have migrated, but Fix version, component fields values not updated in ADO.
is there any limitation for free version of migrator tool? .
Attached Screen shots.. in Jira this fields i can see hyperlink or navigated fields
in ADO it is values , so its not mapping link values to normal values in ADO, is it possible in Free version of migrator or any limitation is there?
The text was updated successfully, but these errors were encountered: