diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -74,17 +74,17 @@ proxypass_auth_enabled = false ## pattern to get the issues from commit messages ## default one used here is #1234 -#url_pat = (?:^#|\s#)(\w+) +url_pat = (?:^#|\s#)(\w+) ## server url to the issue, each {id} will be replaced with id -## fetched from the regex +## fetched from the regex and {repo} is replaced with repository name -#issue_server = https://myissueserver.com/issue/{id} +issue_server_link = https://myissueserver.com/{repo}/issue/{id} ## prefix to add to link to indicate it's an url ## #314 will be replaced by -#issue_prefix = # +issue_prefix = # ####################################