This plugin allow you to add a "New merge request" link on redmine issue. Gitlab Merge Request form will be filled based on project configuration
- The
titleof the MR will be "issue_title #issueID" - The
source branchcan be configurated with a patern (e.g. "feature-:id" for "feature-123") - The
target branchcan also be configurated (e.g. "master") assignee id, andmilestone idare other fields that can be configurated per project
Like any redmine plugin clone this project into redmine plugin directory
git clone https://github.com/pixel-cookers/redmine_gitlab_merge_request plugins/redmine_gitlab_merge_request
You need to run the plugin migration command
RAILS_ENV=production rake redmine:plugins:migrate
- Put link in action menu
- Use gitlab API to show current Merge request with link
- Cleanup code
- Use gilab API to select assignee/milestone from a list