Make commit message appear as comment in bitbucket

后端 未结 2 2074
太阳男子
太阳男子 2020-12-21 05:26

Is there a way to make bitbucket show commit messages as part of comments/activity related to a specific issue, whenever it\'s been marked-up in said message; the same way g

2条回答
  •  失恋的感觉
    2020-12-21 06:17

    A little more specific to this, as I had the issue where I was putting issues into my commits, ala "issue #89" which gave me links from the commit into the issue, but not vice versa. Finally found that only a specific set of commands would cause the issue to cross-reference to the commit. This issue led to this guide of actions:

    so if I use "ref bug #89", then I got the links and cross referencing in the commit and issue i was looking for.

提交回复
热议问题