Project

General

Profile

Plugins Directory » Redmine Git Hook

Author: Power Redmine
Website: https://www.redmine-power.com/
Code repository: https://github.com/RedminePower/redmine_git_hook
Registered on: 2026-06-14 (1 day ago)
Current version: 1.1.0
Compatible with: Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x
User ratings:   (0)

Provides two features for integrating Git repositories with Redmine:

1. Repository Sync: Automatically syncs Git commits to Redmine's repository viewer on push (via webhook). Shows commit history and links commits to issues.

2. MR Comment Bridge: Automatically creates Redmine issue notes from comments added to Git Merge Requests (supports GitHub and GitLab).

Installation notes

cd /var/lib/redmine/plugins
git clone https://github.com/RedminePower/redmine_git_hook.git

bundle exec rake redmine:plugins:migrate NAME=redmine_git_hook RAILS_ENV=production

Restart Redmine. Additional webhook configuration required. See README for details.

Changelog

1.1.0 (2026-06-14)

Compatible with Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x.