Plugins Directory » Redmine Intouch

Author: Igor Olemskoi
Website: https://github.com/centosadmin/redmine_intouch
Code repository: https://github.com/centosadmin/redmine_intouch.git
Registered on: 2015-12-02 (over 1 year ago)
Current version: 1.0.0
Compatible with: Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x
User ratings:   (4)

Redmine ticket update reminder plugin that sends email reminder to the assignee and a globally defined cc'd user when the task has not been updated within the desired duration.

Installation notes

1. Clone repository to your redmine/plugins directory

git clone https://github.com/centosadmin/redmine_intouch.git

2. Install dependencies

bundle install

3. Run migration

rake redmine:plugins:migrate

4. Start Sidekiq and Telegram bot as described at https://github.com/centosadmin/redmine_intouch/blob/master/README.md

Changelog

1.0.0 (2017-06-30)

Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

redmine_telegram_common 0.1.0 or higher is required.

  • Upgrade redmine_telegram_common to version 0.1.0
  • Move from telegrammer to telegram-bot-ruby
  • Telegram bot can work via getUpdates or WebHooks
  • Telegram rake bot will bind default to tmp/pids

0.6.2 (2017-05-23)

Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md

0.6.0 (2017-03-30)

Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md

0.5.3 (2017-03-17)

Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md

0.4.0 (2016-12-20)

Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

Changelog: https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md

Since version 0.2 this plugin uses https://github.com/centosadmin/redmine_telegram_common plugin.

0.2.1 (2016-09-01)

Compatible with Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

Bug fixes.

0.1.12 (2015-12-02)

Compatible with Redmine 3.2.x, 3.1.x.

User ratings

  by Eric Feyzullov about 1 month ago

not work

  by Richard Krieg over 1 year ago

This would be much better without Sidekiq and with a simple cron-only option.

  by jack zhang over 1 year ago

Can this plugin be installed without dependency of SideKiq? Thank you!

  by Igor Olemskoi over 1 year ago

Amazing!