Skip to content

Instantly share code, notes, and snippets.

@tobenschmidt
Last active June 17, 2019 16:25
Show Gist options
  • Save tobenschmidt/2b217d86dd2ed2489fa3db40b10a0bfb to your computer and use it in GitHub Desktop.
Save tobenschmidt/2b217d86dd2ed2489fa3db40b10a0bfb to your computer and use it in GitHub Desktop.
Mattermost Autolink plugin configuration for linking Redmine issues including notes and surrounding parentheses

Linking Redmine issues in Mattermost

https://github.com/mattermost/mattermost-plugin-autolink

Add the autolink configuration to config.json of Mattermost

Hastags in Mattermost must not start with a number:

This allows to use the same format for issue links like in Redmine: #1234

The first pattern recognizes redmine issues in the following format:

  • #12345
  • (#12345)

The second pattern recognizes redmine issues with notes in the following format:

  • #12345-3
  • (#12345-3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment