Skip to content
Snippets Groups Projects
Commit 62de22c1 authored by Andrew8xx8's avatar Andrew8xx8
Browse files

External issue tracker params added to config

parent 68a7ecda
No related branches found
No related tags found
1 merge request!2967Basic support for external issues tracker
Loading
Loading
@@ -7,6 +7,7 @@
# 2. Replace gitlab -> host with your domain
# 3. Replace gitlab -> email_from
 
<<<<<<< HEAD
<<<<<<< HEAD
production: &base
#
Loading
Loading
@@ -38,9 +39,17 @@ production: &base
# signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
# username_changing_enabled: false # default: true - User can change her username/namespace
 
## Available issues trackers
## External issues trackers
issues_tracker:
redmine:
## If not nil Issues link in project page will be replaced to this
url: "http://redmine.sample"
## If not nil links from /#\d/ entities from commit messages will replaced to this
## Use placeholders:
## :project_id - Gitlab project identifier
## :issues_tracker_id - Project Name or Id in external issue tracker
## :id - Issue id (from commit messages)
issues_url: "http://redmine.sample/issues/:id"
 
## Gravatar
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment