{"id":13654208,"url":"https://github.com/AlphaNodes/redmine_messenger","last_synced_at":"2025-04-23T08:31:53.412Z","repository":{"id":20781582,"uuid":"90607960","full_name":"alphanodes/redmine_messenger","owner":"alphanodes","description":"Messenger plugin for Redmine with Slack, Discord, Rocket.Chat and Mattermost support","archived":false,"fork":true,"pushed_at":"2024-10-08T08:10:34.000Z","size":930,"stargazers_count":180,"open_issues_count":47,"forks_count":59,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-05T23:32:46.069Z","etag":null,"topics":["discord","mattermost","redmine","redmine-plugin","rocketchat","slack"],"latest_commit_sha":null,"homepage":"https://www.redmine.org/plugins/redmine_messenger","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"phlegx/redmine_rocketchat","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphanodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-08T09:06:12.000Z","updated_at":"2025-04-01T22:21:55.000Z","dependencies_parsed_at":"2023-02-13T18:46:59.996Z","dependency_job_id":null,"html_url":"https://github.com/alphanodes/redmine_messenger","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphanodes","download_url":"https://codeload.github.com/alphanodes/redmine_messenger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250399509,"owners_count":21424195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","mattermost","redmine","redmine-plugin","rocketchat","slack"],"created_at":"2024-08-02T02:01:24.889Z","updated_at":"2025-04-23T08:31:52.860Z","avatar_url":"https://github.com/alphanodes.png","language":"Ruby","funding_links":[],"categories":["Plugins"],"sub_categories":["Active Plugins"],"readme":"# Messenger plugin for Redmine\n\nThis plugin posts updates to issues in your Redmine installation to [Slack](https://slack.com/), [Rocket.Chat](https://rocket.chat/), [Discord](https://discordapp.com/) or [Mattermost](https://about.mattermost.com/) channel.\n\n[![Rate at redmine.org](https://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=fla)](https://www.redmine.org/plugins/redmine_messenger) [![Run Linters](https://github.com/AlphaNodes/redmine_messenger/workflows/Run%20Linters/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions?query=workflow%3A%22Run+Linters%22) [![Tests](https://github.com/AlphaNodes/redmine_messenger/actions/workflows/tests.yml/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions/workflows/tests.yml)\n\n## Features\n\n* Post information to messenger channel\n  * post issue updates\n  * post private issue updates\n  * display watchers\n  * convert username to mentions\n  * post wiki updates\n  * post db entry (if redmine_db is installed) updates\n  * post password (if redmine_passwords is installed) updates\n  * post contact (if redmine_contacts is installed) updates\n* Post information directly to users to be notified (users names should be the same in Redmine and chat). Tested with Rocket.Chat\n* overwrite messenger settings at project level\n* parent project support (inherit messenger settings from parent project)\n* multiple channel support (define one or more channels to deliver note)\n\n## Screenshot\n\nRocket.Chat output:\n\n![screenshot](https://raw.githubusercontent.com/alphanodes/redmine_messenger/master/assets/images/screenshot_rocketchat.png)\n\nRedmine configuration:\n\n![screenshot](https://raw.githubusercontent.com/alphanodes/redmine_messenger/master/assets/images/screenshot_redmine_settings.png)\n\n* **Convert names to mentions:** Automatically converts Redmine mentions into Slack mentions so a user is notified through Slack when mentioned in a Redmine note. Depends on Redmine Mentions plugin.\n\n* **Display watchers:** Issue watchers are included in notifications.\n\n* **Post issue updates:** All newly created notes on an issue generate a notification (does not include private issues).\n\n* **Description in new issue:** Include the text description of a new issue in the notification.\n\n* **Description in update issue:** Include the text encompassed in a note upon updating the issue in the notification.\n\n* **Post updates for private issue:** Same as *Post issue updates* but for private issues.\n\n* **Post private notes:** Same as *Description in update issue* but for private issues.\n\n* **Post wiki updates:** Generates a notification when a projects Wiki is updated.\n\n## Prepare your messenger service\n\n### Slack\n\nGo to Slack documentation [Incoming Webhooks](https://api.slack.com/incoming-webhooks) for more information to set up Incoming WebHook\n\n### Mattermost\n\nGo to Mattermost documentation [Incoming Webhooks](https://docs.mattermost.com/developer/webhooks-incoming.html) for more information to set up Incoming WebHook\n\n### Discord\n\nGo to Discord documentation [Intro to Webhooks ](https://support.discordapp.com/hc/en-us/articles/228383668) for more information to set up Incoming WebHook\nYou have to add /slack after your webhook url.\n\n### Rocket.Chat\n\nGo to Rocket.Chat documentation [Incoming WebHook Scripting](https://rocket.chat/docs/administrator-guides/integrations/) for more information to set up Incoming WebHook\n\n## Requirements\n\n* Redmine version \u003e= 5.0\n* Ruby version \u003e= 2.7.0\n\n### Older versions\n\n* If you want to use it with Redmine 3.x, use git tag 1.0.5\n* If you want to use it with Redmine 4.0, use git tag 1.0.7\n* If you want to use it with Redmine 4.1, use git tag 1.0.13\n* If you want to use it with Redmine 4.2, use git tag 1.0.14\n\n## Installation\n\nInstall ``redmine_messenger`` plugin for `Redmine`\n\n    cd $REDMINE_ROOT\n    git clone https://github.com/AlphaNodes/redmine_messenger.git plugins/redmine_messenger\n    bundle config set --local without 'development test'\n    bundle install\n    bundle exec rake redmine:plugins:migrate RAILS_ENV=production\n\nMake sure that the directory is named `redmine_messenger` (you cannot use another name for it)!\nRestart Redmine (application server) and you should see the plugin show up in the Plugins page.\nUnder the configuration options, set the Messenger API URL to the URL for an\nIncoming WebHook integration in your Messenger account and also set the Messenger\nChannel to the channel's handle (be careful, this is not the channel's display name\nvisible to users, you can find each channel's handle by navigating inside the channel\nand clicking the down-arrow and selecting view info).\n\n## Uninstall\n\nUninstall ``redmine_messenger``\n\n    cd $REDMINE_ROOT\n    bundle exec rake redmine:plugins:migrate NAME=redmine_messenger VERSION=0 RAILS_ENV=production\n    rm -rf plugins/redmine_messenger\n\nRestart Redmine (application server)\n\n## License\n\n*redmine_messenger* plugin is developed under the [MIT License](LICENSE).\n\n## Redmine Copyright\n\nThe redmine_messenger is a plugin extension for Redmine Project Management Software, whose Copyright follows.\nCopyright (C) 2006-  Jean-Philippe Lang\n\nRedmine is a flexible project management web application written using Ruby on Rails framework.\nMore details can be found in the doc directory or on the official website \u003chttp://www.redmine.org\u003e\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n## Credits\n\nThe source code is forked from\n\n* [redmine_rocketchat](https://github.com/phlegx/redmine_rocketchat)\n* [redmine_mattermost](https://github.com/altsol/redmine_mattermost)\n* [redmine-slack](https://github.com/sciyoshi/redmine-slack)\n\nSpecial thanks to the original author and contributors for making this awesome hook for Redmine. This fork is just refactored to use Messenger-namespaced configuration options in order to use all hooks for Rocket.Chat, Mattermost AND Slack in a Redmine installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlphaNodes%2Fredmine_messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlphaNodes%2Fredmine_messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlphaNodes%2Fredmine_messenger/lists"}