Mattermost plugin for OpenProject.

Girish M 0f631cdf19 empty resp body error handling 8 mesiacov pred
.github 230c15d627 Create FUNDING.yml 8 mesiacov pred
.vscode 4334182e18 Initial commit 8 mesiacov pred
assets f6e6e4ac72 updated copyright 8 mesiacov pred
build f6e6e4ac72 updated copyright 8 mesiacov pred
public f6e6e4ac72 updated copyright 8 mesiacov pred
server 0f631cdf19 empty resp body error handling 8 mesiacov pred
webapp f6e6e4ac72 updated copyright 8 mesiacov pred
.editorconfig 4334182e18 Initial commit 8 mesiacov pred
.gitignore 4334182e18 Initial commit 8 mesiacov pred
.gitpod.yml 4334182e18 Initial commit 8 mesiacov pred
.golangci.yml a0c6a84eb5 1. fixed bugs 2. updated to the latest template 8 mesiacov pred
.nvmrc 4334182e18 Initial commit 8 mesiacov pred
LICENSE 4334182e18 Initial commit 8 mesiacov pred
Makefile 4334182e18 Initial commit 8 mesiacov pred
README.md 6ad01ee3af Update README.md 8 mesiacov pred
go.mod bdae2cdefd 1. create and delete WP feature 2. notification webhook handler 8 mesiacov pred
go.sum bdae2cdefd 1. create and delete WP feature 2. notification webhook handler 8 mesiacov pred
package-lock.json a0c6a84eb5 1. fixed bugs 2. updated to the latest template 8 mesiacov pred
plugin.go f6e6e4ac72 updated copyright 8 mesiacov pred
plugin.json c035f99e9c error handling for failed OpenProject user fetch 8 mesiacov pred

README.md

OpenProject plugin for Mattermost

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

Demo

Demo video recorded using Peek.

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