Mattermost plugin for OpenProject.

Girish M c02e97cbd1 better message 5 kuukautta sitten
.github 04c33db877 no more of that 5 kuukautta sitten
.vscode 4334182e18 Initial commit 8 kuukautta sitten
assets f6e6e4ac72 updated copyright 7 kuukautta sitten
build f6e6e4ac72 updated copyright 7 kuukautta sitten
public f6e6e4ac72 updated copyright 7 kuukautta sitten
server c02e97cbd1 better message 5 kuukautta sitten
webapp 40c745540d Merge pull request #5 from girish17/dependabot/npm_and_yarn/webapp/cookiejar-2.1.4 6 kuukautta sitten
.editorconfig 4334182e18 Initial commit 8 kuukautta sitten
.gitignore 4334182e18 Initial commit 8 kuukautta sitten
.gitpod.yml 4334182e18 Initial commit 8 kuukautta sitten
.golangci.yml a0c6a84eb5 1. fixed bugs 2. updated to the latest template 8 kuukautta sitten
.nvmrc 4334182e18 Initial commit 8 kuukautta sitten
LICENSE 4334182e18 Initial commit 8 kuukautta sitten
Makefile 4334182e18 Initial commit 8 kuukautta sitten
README.md 5914e67895 Update README.md 6 kuukautta sitten
go.mod bdae2cdefd 1. create and delete WP feature 2. notification webhook handler 8 kuukautta sitten
go.sum bdae2cdefd 1. create and delete WP feature 2. notification webhook handler 8 kuukautta sitten
package-lock.json 44daf17c8f no more of that 5 kuukautta sitten
plugin.go f6e6e4ac72 updated copyright 7 kuukautta sitten
plugin.json c035f99e9c error handling for failed OpenProject user fetch 7 kuukautta sitten

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