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.
我已使用自托管代理将本地 Git 服务器的 CI/CD 与 Azure DevOps Pipelines 连接起来。
我可以使用 Azure DevOps - Boards 进行端到端的 WorkItem 跟踪,还是在使用本地 Git 时不可能?
不可能。Azure DevOps 只能链接到来自 Azure Repos或 GitHub的提交,而不是来自外部本地 Git 服务器的提交。
(对 Jira 来说,有一个工具可以从任何 git 服务器连接 commtis,但我不知道用于 Azure DevOps 的工具)。