From: Aric Gardner Date: Thu, 12 Mar 2015 15:53:21 +0000 (-0400) Subject: Make Jira-its commentlink global X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6612e0caf96b3aaf90d2e86dbdf16d52c98664d0;p=All-Projects.git Make Jira-its commentlink global JIRA: BGS-12 Signed-off-by: Aric Gardner --- diff --git a/project.config b/project.config index 22feeac..8aa81bc 100644 --- a/project.config +++ b/project.config @@ -64,3 +64,8 @@ [access "refs/tags/*"] read = group Anonymous Users read = group Registered Users +[commentlink "its-jira"] + match = (JIRA:\\s*)(.*[A-Z]-[0-9]*) + link = https://jira.opnfv.org/browse/$2 +[plugin] + its-jira = enabled=true