Mattermost plugin for OpenProject

gm 9bce287433 Update README.md před 1 rokem
.circleci ac76edcefb Initial commit před 3 roky
.github f54b9ffef6 update paypal link před 1 rokem
assets 702f1d058f op auth feature před 3 roky
build ac76edcefb Initial commit před 3 roky
node_modules 9ca59ac728 refactoring updates před 2 roky
public 702f1d058f op auth feature před 3 roky
server 9ca59ac728 refactoring updates před 2 roky
webapp 9a184aa678 WIP: Log time feature před 3 roky
.editorconfig ac76edcefb Initial commit před 3 roky
.gitattributes ac76edcefb Initial commit před 3 roky
.gitignore ac76edcefb Initial commit před 3 roky
.golangci.yml 53d51c56d6 config changes před 3 roky
LICENSE ac76edcefb Initial commit před 3 roky
Makefile ac76edcefb Initial commit před 3 roky
README.md 9bce287433 Update README.md před 1 rokem
go.mod e41ef2e034 view time logs feature před 3 roky
go.sum e41ef2e034 view time logs feature před 3 roky
package-lock.json ba47c336ad slash command registry and response před 3 roky
plugin.json 702f1d058f op auth feature před 3 roky

README.md

This project is obsolete and the latest one is available here

Mattermost plugin for OpenProject

This plugin provides integration for OpenProject features in Mattermost. It emulates an existing slash command integration. This plugin's work progress can be tracked here

Following enhancements (on top of the existing slash command features) are supported:

  • Authentication for an OpenProject user through Mattermost
  • A directly installable plugin for Mattermost

Development setup

Mirror repositories

This project is also available on other repositories (as an alternative to GitHub) on:

Integrated Development Environment (IDE) used

GoLand logo