- This plugin adds a Teams button to the user name displayed on the ticket screen.
- When the Teams button is clicked, a chat will be launched in Teams with ticket information appended for the specified user.
- This plugin can be used together with Redmine Time Puncher.
- V5.x.x (Tested by V5.0.3)
- V4.x.x (Tested by V4.2.3)
- Must be using Office365. (Tested by Windows10, Android)
- Because the DeepLink function is used to launch Teams.
- Place the plugin source at Redmine plugins directory.
$ cd /var/lib/redmine/plugins
$ git clone https://github.com/RedminePower/redmine_teams_button.git
- Go to "Administration" - "Settings" - "API" and check "Enable REST web service".
- Go to "Administration" - "Plugins" and click "Configure" for "Redmine Teams Button".
- Specify the API access key of your system administrator.
- Obtain an email address to activate Teams.
- The system administrator's API access key is required to obtain an email address.
- In the "Settings" of each project, check the "Teams Button" checkbox.
Remove the plugin directory.
$ cd /var/lib/redmine/plugins
$ rm -rf redmine_teams_button