查找针对某个功能的所有更改的分支标记

Find the branch tag for all the changes against a feature

我们在我们的组织中使用 JIRA。我找不到针对特定功能的分支 tag/commit-id。有什么我想念的吗?

要了解某个功能,我想了解为此功能所做的所有更改。我该如何找到它们?

假设您的 JIRA 连接到某种源代码管理(Bitbucket 或 Github)。分支/提交名称必须包含 JIRA 问题键。

Jira: assign an existing git branch to an issue

Creating the branch though the UI is just a convenience. The important thing is that the name contains the JIRA key. If only one developer is working on the branch, it's fairly easy to just rename (delete + add) a branch with the appropriate name.

要查找与问题相关的所有分支/提交,右侧边栏上有 Development Panel

我们发现 git 提交消息中的 jira 密钥需要大写,区分大小写取决于您在集成中设置的内容。