Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.63 KB

redmine teams button

Features

  • 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.

image

Supported Redmine

  • V5.x.x (Tested by V5.0.3)
  • V4.x.x (Tested by V4.2.3)

Supported Client

  • Must be using Office365. (Tested by Windows10, Android)
    • Because the DeepLink function is used to launch Teams.

Install

  • Place the plugin source at Redmine plugins directory.
$ cd /var/lib/redmine/plugins
$ git clone https://github.com/RedminePower/redmine_teams_button.git

How to setting

  • 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.

image

How to activate

  • In the "Settings" of each project, check the "Teams Button" checkbox.

image

Uninstall

Remove the plugin directory.

$ cd /var/lib/redmine/plugins
$ rm -rf redmine_teams_button