Gitlab messages parsing webhook
cd /my/redmine/root/path/plugins
git clone https://github.com/Transparent-CDN/gitlab_tracking
RAILS_ENV=production bundle exec rake redmine:plugins:migrate # For production, remove for development.
regexp search in commit message:
((fix|ref)\s*#?[0-9]+)
webhook url:
http://redmine[:port]/gitlab_tracking/webhook_parsing
settings plugin in redmine:
https://redmine.site.ru/settings/plugin/gitlab_tracking
- Plugin has been modified from the original one to hide the tracking for users that can't see private notes. The correct way would be generating a new permission and assigning it (TBD).
- It would be nice to validate the request with gitlab configured token.