solidify / jira-azuredevops-migrator

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

Workitem Linking not working as expected #1047

Closed advitakhadke24 closed 5 months ago

advitakhadke24 commented 5 months ago

Thankyou so much for this amazing tool!

Describe the problem

When I am exporting a specific issue, is there a way to also download all the linked work items? I followed the documentation, and it looks like if I have download=7 in the configuration, it should be able to solve this, but it’s not happening for me. This might be causing the links to be only seen in the comments but not actually in the linked Azure DevOps (ADO).

Tool version

Attachments

FONE-2857.json (If see here this is export of one of the ticket which has bunch of linked worked Item they are showing up in comments but not getting linked in ado)

rcsnetconfigbf1.json

Screenshots image image

Alexander-Hjelm commented 5 months ago

I think there is an old feature request related to this: https://github.com/solidify/jira-azuredevops-migrator/issues/125

Currently the download-options flag does not support related issues, only hierarchical links like parent, child, subtask, etc.

So the workaround would be to try and capture the linked items in your query.

advitakhadke24 commented 5 months ago

How do I capture the linked item in query? right now I am running query "team = 44 and issue type = "Business Feature"

Alexander-Hjelm commented 5 months ago

That depends on how your organization is set up!