How to mark an issue as resolved from the commit log?

后端 未结 4 1612
既然无缘
既然无缘 2021-01-30 10:03

I noted that in BitBucket when your commit log contains a number like #12 this number is linked to the bug number 12.

I found this feature interesting, and

4条回答
  •  半阙折子戏
    2021-01-30 10:59

    Redmine has configurable options. Most used ones are:

    • Refs #XXX / See #XXX -- references an issue
    • Closes #XXX / Fixes #XXX -- marks issue as resolved/closed

提交回复
热议问题