Plugins Directory » RedmineRT
|
Author: | Mayama Takeshi |
---|---|---|
Website: | - | |
Code repository: | https://github.com/MayamaTakeshi/redmine_rt | |
Registered on: | 2017-11-19 (about 7 years ago) | |
Current version: | 1.0.1 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
Overview¶
This plugin provides infrastructure to implement real-time features in Redmine.
Currently available features¶
- Notification of issue changes (addition, removal, update of journals)
- API method
post_msg
to permit to send message to channels - WebSocket endpoints to permit to subscribe to channels and send/receive messages thru them.
There is a companion browser WebExtension (Firefox and Chrome).
Video presenting the features: YouTube
It works well with Ajax Redmine Issue Dynamic Edit
Tests performed and reported by @leoniscsem
(see the feedback issue thread at GitHub)
Installation notes¶
See the GitHub README
Sample usage:
¶
Changelog
1.0.1 (2022-01-02)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
- Removed support for redmine 3.x.
- Corrected to work properly with redmine 4.2.x (tested with 4.2.3)
- Updated to use official render_parent.
- Added javascript to convert audio file links ('wav', 'mp3', 'ogg') to HTML5 audio element
1.0.0 (2017-11-19)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.