JIRA Azure DevOps 迭代未在 Azure DevOps 中显示工作项
JIRA Azure DevOps iteration not showing work item in Azure DevOps
我正在使用 Azure DevOps Git Repo 和 Jira Cloud。如果这些是使用 Azure DevOps 时的预期行为,则有 2 个问题 Git
https://marketplace.atlassian.com/apps/1220515/azure-pipelines-for-jira?hosting=cloud&tab=overview
1) 完成构建后,当它看到构建结果时,我没有在工作项下看到 JIRA ID,即使在提交消息中我已经包含了 JIRA ID,但 JIRA ID 确实显示在 Release 中工作项
2) 在 JIRA 端,当我转到“发布”部分的 JIRA 票证时,我看到“未定义的环境”。单击它时,我确实看到了它已部署到哪个阶段的版本。在发布配置中,我已将每个阶段映射到部署类型。
Azure DevOps 设置
非常感谢您分享的详细信息。
对于您的第一期:
After doing the build when it see the build result I do not see the
JIRA ID under work item even though in the commit message I have
included the JIRA ID
这是预期的操作。到目前为止,我们还不支持在构建结果中显示 Jira 问题信息。我们提供的方法是在发布管道的工作项选项卡中查看它。你可以参考这个官方文档来得到这个:Get Jira in VSTS working。
On the JIRA side when I go to the JIRA ticket in the “Releases”
section I see “Undefined Environment”.
遗憾的是,到目前为止,如果您将 Stage 映射到 Deployment 类型,它不会在 Jira 的 Deployment 面板下显示这些发布记录。
请查看从 Jira 发布的文档:Viewing the development information for an issue。到目前为止,部署面板只支持来自以下服务器的源:
我正在使用 Azure DevOps Git Repo 和 Jira Cloud。如果这些是使用 Azure DevOps 时的预期行为,则有 2 个问题 Git
https://marketplace.atlassian.com/apps/1220515/azure-pipelines-for-jira?hosting=cloud&tab=overview
1) 完成构建后,当它看到构建结果时,我没有在工作项下看到 JIRA ID,即使在提交消息中我已经包含了 JIRA ID,但 JIRA ID 确实显示在 Release 中工作项
2) 在 JIRA 端,当我转到“发布”部分的 JIRA 票证时,我看到“未定义的环境”。单击它时,我确实看到了它已部署到哪个阶段的版本。在发布配置中,我已将每个阶段映射到部署类型。
Azure DevOps 设置
非常感谢您分享的详细信息。
对于您的第一期:
After doing the build when it see the build result I do not see the JIRA ID under work item even though in the commit message I have included the JIRA ID
这是预期的操作。到目前为止,我们还不支持在构建结果中显示 Jira 问题信息。我们提供的方法是在发布管道的工作项选项卡中查看它。你可以参考这个官方文档来得到这个:Get Jira in VSTS working。
On the JIRA side when I go to the JIRA ticket in the “Releases” section I see “Undefined Environment”.
遗憾的是,到目前为止,如果您将 Stage 映射到 Deployment 类型,它不会在 Jira 的 Deployment 面板下显示这些发布记录。
请查看从 Jira 发布的文档:Viewing the development information for an issue。到目前为止,部署面板只支持来自以下服务器的源: