Reputation: 71
How to increase limit to links a worklineItem in Azure DevOps VSTS.
Getting info's in TFS. Not in Azure devOps.. can any expert help me to solve.
Error: TF237201: Cannot add a new link because this will exceed the maximum number of links allowed. The limit is 1000.
Upvotes: 0
Views: 772
Reputation: 1
We also encountered this issue, and my predecessors constantly increased the link limit for a decade. However, this comes at a price and will eventually cause significant performance issues.
Our problem was related to a Shared Step in almost all test cases. We plan to retire this shared step by either recreating/renaming the old one "(archived 2024)" or manually typing the steps into the new/affected test cases we are copying.
How we found the heavy link shared steps:
If you don't have the same issue with shared steps, you can likely use the same process to check other work item types.
Upvotes: 0
Reputation: 16133
There is a solution for TFS: Error TF237201 when you try to add a new link to a work item in Team Foundation Server.
As you can see, it can be resolved through SQL updates... I think for Azure DevOps Service, you have to contact with the support team:
Upvotes: 0