Azure DevOps - 无法添加新链接,因为这将超出最大数量

发布于 2025-01-17 06:09:38 字数 146 浏览 5 评论 0原文

如何增加 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清风夜微凉 2025-01-24 06:09:38

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:

enter image description here

記柔刀 2025-01-24 06:09:38

我们也遇到了这个问题,我的前辈们十年来不断提高链接限制。然而,这是有代价的,并且最终会导致严重的性能问题。

我们的问题与几乎所有测试用例中的共享步骤有关。我们计划通过重新创建/重命名旧步骤“(存档于 2024 年)”或手动将步骤键入到我们正在复制的新/受影响的测试用例中来停用此共享步骤。

我们如何找到重链接共享步骤:

  1. 创建/运行查询(在面板>查询下)
  2. 设置参数:工作项类型 = 共享步骤 AND 状态 = [任何]
  3. 在工具栏上,单击“列选项”按钮
  4. 添加列“相关链接计数”
  5. 在排序下,添加“相关链接计数”列并按降序排序
  6. 运行报告并修复受影响的测试用例

Steps 1 2 3 6

如果您在共享步骤方面没有遇到相同的问题,则可以使用相同的流程来检查其他工作项类型。

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:

  1. Create/run a query (under board>queries)
  2. Set the parameters: Work Item Type=Shared Steps AND State=[Any]
  3. On the toolbar, click the "Column Options" button
  4. Add the column "Related Link Count"
  5. Under sorting, add the column "Related Link Count" and order by descending
  6. Run the report and fix the affected test cases

Steps 1 2 3 6

If you don't have the same issue with shared steps, you can likely use the same process to check other work item types.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文