有没有办法在 Azure devops tfs sprint 板上显示代码审查 request/response 工作项

Is there a way of displaying code review request/response work items on the Azure devops tfs sprint board

我正在更改我们的 sprint 板以包含代码审查专栏。目前我们要求 visual studio 内的任务进行代码审查。这使任务在板上处于活动状态,并创建了一个新的代码审查工作项,但仅显示在 tfs 的工作项积压部分中。 有没有办法在请求后将任务状态更改为代码审查? 并在新的代码审查栏中自动显示创建的代码审查请求?

所以被请求者可以看到他们在看板上请求了代码审查,并且请求者的任务看起来不像是在开发中。 我在 Microsoft 文档中找不到这方面的任何资源。

不是,不是。 TFVC 代码审查工作流程不是很好,而且不太可能改变,因为 TFVC 在这一点上几乎只进行维护; Git 是行业前进的道路,Microsoft 没有投资 TFVC。

Git is the default version control provider for new projects. You should use Git for version control in your projects and begin to move your existing TFVC projects to Git. TFVC is considered feature complete. Azure DevOps will maintain compatibility with TFVC, but Git will receive all future investment.

参考:https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/comparison-git-tfvc?view=azure-devops