https://github.com/future-architect/redmine_hangouts_chat_integration
The redmine plugin for the integration of google hangouts chat and redmine
https://github.com/future-architect/redmine_hangouts_chat_integration
hangouts hangouts-chat redmine redmine-plugin
Last synced: 3 months ago
JSON representation
The redmine plugin for the integration of google hangouts chat and redmine
- Host: GitHub
- URL: https://github.com/future-architect/redmine_hangouts_chat_integration
- Owner: future-architect
- License: mit
- Created: 2019-05-28T02:29:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T12:22:36.000Z (over 3 years ago)
- Last Synced: 2025-05-07T21:09:00.383Z (5 months ago)
- Topics: hangouts, hangouts-chat, redmine, redmine-plugin
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 13
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redmine Google Hangouts Chat Plugin
For Redmine 4.x.x.
### Plugin installation
1. Copy the plugin directory into the $REDMINE_ROOT/plugins directory. Please
note that plugin's folder name should be "redmine_hangouts_chat_integration".2. Install 'httpclient'
e.g. bundle install
3. Do migration task.
e.g. RAILS_ENV=production rake redmine:plugins:migrate
4. (Re)Start Redmine.
### Uninstall
Try this:
* RAILS_ENV=production rake db:migrate_plugins NAME=redmine_hangouts_chat_integration VERSION=0
### Settings
#### Use webhook in each project
1. Login redmine used the project admin account.
2. Open this project "Settings" -> "Information" page.
3. Paste the google hangouts chat webhook URL into "Hangouts Chat Webhook".
4. Save this project settings.
#### Use webhook in all project
1. Login redmine used redmine admin account.
2. Open the top menu "Administration" -> "Plugins" -> "Redmine Hangouts Chat Integration plugin" -> "Configure" page
3. Paste the google hangouts chat webhook URL into "Webhook".
4. Apply this configure.
### Disable specified project
1. Login redmine used yourself accout.
2. Open the project menu "Settings" page.
3. Switch "Hangouts Chat Webhook Disabled" to "Yes"
### Disable specified accout
1. Login redmine used yourself accout.
2. Open the top right menu "My account" page.
3. Switch "Hangouts Chat Disable" to "Yes"
### How to use
1. Create a new issue, and your chat room will get a message from redmine.
2. Edit any issue, and your chat room will get a message from redmine.