2020-03-31 17:28:30 +02:00
|
|
|
# Redmine Plugin
|
2020-03-09 08:01:43 +01:00
|
|
|
|
2020-03-31 17:28:30 +02:00
|
|
|
Is based on [scm-jira-plugin](jira-plugin.md).
|
2020-03-09 08:01:43 +01:00
|
|
|
|
|
|
|
|
The plugin enables the following features to integrate SCM-Manager to
|
2020-03-31 17:28:30 +02:00
|
|
|
[Redmine](http://www.redmine.org/):
|
2020-03-09 08:01:43 +01:00
|
|
|
|
2020-03-31 17:28:30 +02:00
|
|
|
- Turn issue keys in changeset descriptions to links for redmine
|
|
|
|
|
- Updates a redmine issue if the issue key is found in a changeset description
|
|
|
|
|
- Close a Redmine issue if the issue key and a auto close (close, fix, resolve, \...)
|
|
|
|
|
word is found in the changeset description
|
2020-03-09 08:01:43 +01:00
|
|
|
|
|
|
|
|
### Installation and configuration
|
|
|
|
|
|
2020-03-26 10:57:31 +01:00
|
|
|
1. Enable [Redmine rest authentication](https://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication), basically
|
2020-03-09 08:01:43 +01:00
|
|
|
\'you have to check Enable REST API in Administration -\> Settings
|
2020-03-26 10:57:31 +01:00
|
|
|
-\> Authentication\'
|
2020-03-09 08:01:43 +01:00
|
|
|
2. Install redmine-plugin over the plugin center in scm-manager
|
|
|
|
|
3. Configure the plugin, select a repository to enable the
|
|
|
|
|
redmine-plugin for this repository
|
|
|
|
|
4. To link issues commit must be match the following: \'(\#issue\_id)
|
|
|
|
|
your commit message\'
|
2020-03-31 17:28:30 +02:00
|
|
|
5. **Note**: For the auto close and update feature it is necessary
|
2020-03-09 08:01:43 +01:00
|
|
|
that users have the same names and passwords in SCM-Manager and
|
|
|
|
|
Redmine
|