Jira: assign an existing git branch to an issue

前端 未结 7 1875
旧时难觅i
旧时难觅i 2021-02-03 18:31

In JIRA connected with STASH you can create a feature branch for an issue using the button \'create branch\'. (That is nice to track the commits in this issue.)

If a dev

7条回答
  •  再見小時候
    2021-02-03 19:13

    This is no longer the case. With a common setup between bitbucket and Jira, simply including the issue ID in the commit message will create a link between the commit, and thus the branch, and the issue in Jira.

提交回复
热议问题