Mattermost plugin for OpenProject.

Girish M 91bc8a52dd time validation 8 months ago
.github 4334182e18 Initial commit 8 months ago
.vscode 4334182e18 Initial commit 8 months ago
assets 09d8006f2a update code for openproject REST APIs 8 months ago
build 09d8006f2a update code for openproject REST APIs 8 months ago
public 09d8006f2a update code for openproject REST APIs 8 months ago
server 91bc8a52dd time validation 8 months ago
webapp 4334182e18 Initial commit 8 months ago
.editorconfig 4334182e18 Initial commit 8 months ago
.gitignore 4334182e18 Initial commit 8 months ago
.gitpod.yml 4334182e18 Initial commit 8 months ago
.golangci.yml a0c6a84eb5 1. fixed bugs 2. updated to the latest template 8 months ago
.nvmrc 4334182e18 Initial commit 8 months ago
LICENSE 4334182e18 Initial commit 8 months ago
Makefile 4334182e18 Initial commit 8 months ago
README.md 4773d6b771 update README 8 months ago
go.mod a0c6a84eb5 1. fixed bugs 2. updated to the latest template 8 months ago
go.sum a20a031b06 log time feature 8 months ago
package-lock.json a0c6a84eb5 1. fixed bugs 2. updated to the latest template 8 months ago
plugin.go 4334182e18 Initial commit 8 months ago
plugin.json 09d8006f2a update code for openproject REST APIs 8 months ago

README.md

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