从提交日志创建新的 jira 问题

Create new jira issue from commit log

是否可以通过使用智能提交消息自动创建新问题的方式配置 jira?假设我正在提交一个修复程序,并且想通过注释提交日志直接添加一个新问题,这可能吗?

从阅读有关 Smart Commits which require Fisheye, it doesn't look like it. (Although there is at least 1 Stash plugin 不需要鱼眼的文章)

如果您使用的是 Stash,您很可能会创建一个 Asynchronous Post-receive Hook 插件,它可以监视 #CreateIssue Resolved Bug 之类的提交评论,然后在 JIRA 中创建一个问题摘要 Resolved Bug.

同样,如果您使用 GitHub,您可以使用一些利用 Web Hooks 功能的东西,该功能接受事件,然后处理提交评论,然后使用 JIRA REST API 创建问题。

同样,Bitbucket 也有 Webhook Functionality and there are plugins for Stash 可以做到这一点。