Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Azure Boards 自动将两个故事从“进行中”状态转移到“完成”状态。据我所知,我们没有为它设置任何规则,而且似乎无法找出系统自动移动故事的原因。任何建议或帮助将不胜感激,恐怕我们会错过实际需要工作的项目。
如果 Azure DevOps 板上的故事链接到代码存储库中的某个代码分支或拉取请求,则对存储库的更改可以更新故事的状态。例如,如果您将故事链接到某个 Pull Request*(如 @Daniel Mann 所述),然后完成该Pull Request,则故事将自动移至“完成”状态。
您可以检查故事的开发和相关工作部分(通常在右侧),看看它是否有一些指向代码的链接。