while migration of jira items to ADO work items, i am facing this issue and completely blocked.
Bad response when creating work item - 500 - response body: TF237201: Cannot add a new link because one of the work items being linked will exceed the 1000 link limit. Remove links from that item and try saving again. For more details, please refer to Error when you add link to work item - Azure DevOps | Microsoft Learn.
You’re running into the Azure DevOps error TF237201, which means one of the work items you’re trying to migrate from Jira already has 1,000 links, and Azure DevOps won’t allow more than that per work item. This is a hard platform limit—if you try to add another link, you’ll get a 500 error and the migration will fail.
To resolve this, you’ll need to reduce the number of links on the affected work item in Azure DevOps before continuing your migration. That means either:
Removing some existing links from the work item in Azure DevOps, or
Adjusting your migration rules to avoid creating additional links for that item.
You can find more about maintaining issue links and hierarchy between Jira and Azure DevOps in Exalate’s documentation:
Once you’ve reduced the number of links below 1,000, you should be able to proceed with your migration. This is a platform constraint, so unfortunately, there’s no workaround to increase the limit.
Let me know if you need more details on how to adjust your sync rules or filter which links get migrated!