在 Visual Studio 内自动更新工作项状态(从 'New' 到 'Active')

Automatically Update Work Item Status within Visual Studio (From 'New' to 'Active')

当 Azure DevOps 中的工作项目从 'Available Work Items' 部分 Visual Studio?

简要上下文:我在 Azure DevOps 中使用看板,我想通过 Visual Studio 以尽可能自动化的方式沿着列/阶段移动工作项。

此同步似乎适用于从 'Active' 到 'Resolved' 的项目,例如当我将项目添加到我的 'In Progress'、修改一些代码并执行签入时,我可以直观地看到该项目移到我的看板的下一列 - 它也改变了它的状态 'Active'至 'Resolved'.

Is there a way to automatically update the status of a Work Item within Azure DevOps from 'New' to 'Active' when the item is added to my 'In Progress Work' from within the 'Available Work Items' section of Visual Studio?

Azure DevOps 中的工作项状态与 Visual Studio 中我的工作的工作项状态不是 one-to-one 关系。

工作项的状态Visual Studio用于对工作项进行分类,不改变工作项的状态,让我们更清楚的区分哪些工作项正在处理。

您可以查看Visual Studio中In Progress Work的描述是:

drag a work item here to get started

这看起来更像是一条泳道,让开发人员更清楚地了解哪些工作项与开发相关。

此外,当我们提交工作项的代码和状态时,有一个选项我们可以 select 只有 AssociateResolve:

只有确认当前关联的工作项已经完成,才会选择Resolve选项,否则会Associate.

另一方面,我们可以在 Azure DevOps 上添加工作项的自定义状态。显然,我们无法将新的自定义状态与 Visual Studio.

中的工作项状态相匹配

希望对您有所帮助。