http://blog.sina.com.cn/s/blog_88b00ea80101d2l3.html
http://dongyupu.github.io/2015/08/15/Gerrit-Review-connect-Jira/
-
Gerrit and Jira connect , there are many ways
- In Jira : JIRA Gerrit Plugin
-
In gerrit :Plugin to integrate with Atlassian JIRA
- google Answers:
- 在etc/gerrit.config中设置commentlink ,这样会在gerrit的commit massage中生成一个连接直达jira的问题链接
[commentlink "jira"]
match = ([A-Z]+-[0-9]+)
link = http://jira.cmri.cn/browse/$1
- its-jira 这个没试,还是看上面那个连接吧
[commentlink "JIRA"]
match = ([A-Z]+-[0-9]+)
link = https://jira.typo3.org/browse/$1
association = SUGGESTED
[its-jira]
url=http://jira.typo3.org
[Jira]
#commentOnChangeAbandoned=true
commentOnChangeCreated=false
#commentOnChangeMerged=true
#commentOnChangeRestored=true
#commentOnCommentAdded=true
#commentOnFirstLinkedPatchSetCreated=true
commentOnPatchSetCreated=false
commentOnRefUpdatedGitWeb=false
本文介绍如何通过配置Gerrit与Jira进行集成,包括使用插件及配置文件等方法实现变更评论同步到Jira,以及如何通过正则匹配在Gerrit中创建指向Jira问题的链接。
1824

被折叠的 条评论
为什么被折叠?



