diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-08 12:43:33 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-08 12:43:33 +0100 |
commit | 629becde2faaa4042a21415b2fbfc9fb6da80e33 (patch) | |
tree | 3e9a0ff3c3b6cc325e94ca983dde61aacb88251c /doc/project_services/redmine.md | |
parent | b059fa55092620d07762aacde76e0b9aaf65566b (diff) | |
download | gitlab-ce-629becde2faaa4042a21415b2fbfc9fb6da80e33.tar.gz |
Split external issue tracker document
[ci skip]
Diffstat (limited to 'doc/project_services/redmine.md')
-rw-r--r-- | doc/project_services/redmine.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/project_services/redmine.md b/doc/project_services/redmine.md new file mode 100644 index 00000000000..b9830ea7c38 --- /dev/null +++ b/doc/project_services/redmine.md @@ -0,0 +1,21 @@ +# Redmine Service + +Go to your project's **Settings > Services > Redmine** and fill in the required +details as described in the table below. + +| Field | Description | +| ----- | ----------- | +| `description` | A name for the issue tracker (to differentiate between instances, for example) | +| `project_url` | The URL to the project in Redmine which is being linked to this GitLab project | +| `issues_url` | The URL to the issue in Redmine project that is linked to this GitLab project. Note that the `issues_url` requires `:id` in the URL. This ID is used by GitLab as a placeholder to replace the issue number. | +| `new_issue_url` | This is the URL to create a new issue in Redmine for the project linked to this GitLab project | + +Once you have configured and enabled Redmine: + +- the **Issues** link on the GitLab project pages takes you to the appropriate + Redmine issue index +- clicking **New issue** on the project dashboard creates a new Redmine issue + +As an example, below is a configuration for a project named gitlab-ci. + +![Redmine configuration](img/redmine_configuration.png) |