Azure DevOps - 无法添加新链接,因为这将超出最大数量
如何增加 Azure DevOps VSTS 中链接工作线项目的限制。
在 TFS 中获取信息。不在Azure devOps中..任何专家都可以帮我解决吗?
错误: TF237201: 无法添加新链接,因为这将超出允许的最大链接数。限制为 1000。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TFS 有一个解决方案: 错误当您尝试向 Team Foundation Server 中的工作项添加新链接时,出现 TF237201。
如您所见,可以通过 SQL 更新来解决...我认为对于 Azure DevOps Service,您必须与支持团队联系:
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:
我们也遇到了这个问题,我的前辈们十年来不断提高链接限制。然而,这是有代价的,并且最终会导致严重的性能问题。
我们的问题与几乎所有测试用例中的共享步骤有关。我们计划通过重新创建/重命名旧步骤“(存档于 2024 年)”或手动将步骤键入到我们正在复制的新/受影响的测试用例中来停用此共享步骤。
我们如何找到重链接共享步骤:
如果您在共享步骤方面没有遇到相同的问题,则可以使用相同的流程来检查其他工作项类型。
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.