-
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