JIRA 智能提交的准确格式

Exact format of JIRA smart commits

我已阅读:

https://confluence.atlassian.com/fisheye/using-smart-commits-298976812.html

而且我理解提交消息是怎样的:

This is the subject line

This is the body. There might be several lines here
as per good git commit message formatting.

ABC-1234 #close All fixed

将关闭带有消息 "All fixed" 的 jira 问题 ABC-1234

但是这些智能提交工作所需的确切格式是什么?提交消息中的一行是否像下面这样工作:

[ABC-1234] #close All fixed

如果一行不是以 ISSUE_KEY 开头,那么下面的行是否可行:

Jira-Smart-Commit: ABC-1234 #close All fixed

有没有什么地方可以让我准确定义什么会起作用?

智能提交的格式如下

  <ignored text> <ISSUE_KEY> <ignored text> #<COMMAND> <optional COMMAND_ARGUMENTS>

所以你不需要将问题键放在行的开头。

我们目前正在修改文档,因此您可能会在那里找到比上次查看更多的信息

https://confluence.atlassian.com/display/FISHEYE/Using+smart+commits