【发布时间】:2017-07-03 04:23:34
【问题描述】:
当我尝试使用 Jira 文档中描述的语法使用智能提交时,它不会转移问题。当我查看详细信息时,我可以看到该问题与对应的提交相关联,但它没有转换。
我使用的是默认看板工作流程,并且我认为 Done 将是转换到 Done 状态的正确命令(文本工作流表示似乎称为转换 Done)。由于这没有发生,我尝试添加从 In Progress 到 Done 的显式转换,命名为 close,这也不起作用。
提交消息是
PROJ-1 #Done Closing
PROJ-1 #close Closing
我检查了日志以确保invalid commit email 不是问题(仔细检查),并且我认为没有其他任何问题与我的问题有关。您可以在下面看到日志的内容
2017-02-14 17:31:06,721 Caesium-1-2 INFO ServiceRunner [c.a.j.p.h.service.ping.RefreshConnectionStatusJobHandler] Running RefreshConnectionStatusJobHandler...
2017-02-14 17:31:07,211 Caesium-1-3 INFO ServiceRunner [c.a.j.p.h.service.connect.InstallGlancesJobHandler] Running InstallGlancesJobHandler...
2017-02-14 17:31:07,211 Caesium-1-3 INFO ServiceRunner [c.a.j.p.h.service.connect.InstallGlancesJobHandler] There is no link to HipChat, no need to install glances.
2017-02-14 17:37:16,377 Caesium-1-3 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] INCREMENTAL synchronisation for directory [ 10000 ] starting
2017-02-14 17:37:16,377 Caesium-1-3 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] Attempting INCREMENTAL synchronisation for directory [ 10000 ]
2017-02-14 17:37:16,518 Caesium-1-3 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] INCREMENTAL synchronisation complete for directory [ 10000 ] in [ 141ms ]
2017-02-14 18:31:06,726 Caesium-1-2 INFO ServiceRunner [c.a.j.p.h.service.ping.RefreshConnectionStatusJobHandler] Running RefreshConnectionStatusJobHandler...
2017-02-14 18:31:07,218 Caesium-1-1 INFO ServiceRunner [c.a.j.p.h.service.connect.InstallGlancesJobHandler] Running InstallGlancesJobHandler...
2017-02-14 18:31:07,218 Caesium-1-1 INFO ServiceRunner [c.a.j.p.h.service.connect.InstallGlancesJobHandler] There is no link to HipChat, no need to install glances.
2017-02-14 18:37:16,391 Caesium-1-4 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] INCREMENTAL synchronisation for directory [ 10000 ] starting
2017-02-14 18:37:16,391 Caesium-1-4 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] Attempting INCREMENTAL synchronisation for directory [ 10000 ]
2017-02-14 18:37:16,516 Caesium-1-4 INFO ServiceRunner [c.a.crowd.directory.DbCachingRemoteDirectory] INCREMENTAL synchronisation complete for directory [ 10000 ] in [ 125ms ]
我还检查了开发工具部分中的 Bitbucket 连接,智能提交生成器被列为功能之一
【问题讨论】:
-
愚蠢的问题,但是您已经仔细检查过智能提交是否已启用?
-
是的,我在配置到我们的 Bitbucker 服务器的应用程序链接时启用了它们,当我回去检查时,我看到了这个i.imgur.com/Allkf9b.png
标签: bitbucket jira smart-commits