All Projects → infojunkie → Mantisbt Slack

infojunkie / Mantisbt Slack

Licence: gpl-2.0
Slack integration for Mantis bug tracker

Labels

Projects that are alternatives of or similar to Mantisbt Slack

Rocket.chat
The communications platform that puts data protection first.
Stars: ✭ 31,251 (+69346.67%)
Mutual labels:  slack
Slackkit
Build Slack apps, in Swift
Stars: ✭ 977 (+2071.11%)
Mutual labels:  slack
Old Slack Emojis
Bring back old emojis to new Slack!
Stars: ✭ 39 (-13.33%)
Mutual labels:  slack
Fredy
❤️ Fredy - [F]ind [R]eal [E]states [D]amn Eas[y] - Let the robot do the work...
Stars: ✭ 29 (-35.56%)
Mutual labels:  slack
Vuejs Slack Clone Realtime
Slack clone using VueJS and firebase
Stars: ✭ 33 (-26.67%)
Mutual labels:  slack
Slack Thel
The Genious L, now in slack to answer all your Queries! 😎
Stars: ✭ 36 (-20%)
Mutual labels:  slack
Hubot Slack Docker
Docker container running Github Hubot.
Stars: ✭ 21 (-53.33%)
Mutual labels:  slack
Webpack Deploy
Collection of useful utilities for deploying (not only) Webpack apps
Stars: ✭ 44 (-2.22%)
Mutual labels:  slack
Slack Api
A super simple PHP wrapper for Slack API
Stars: ✭ 34 (-24.44%)
Mutual labels:  slack
Slack Tui
TUI-based client for Slack
Stars: ✭ 38 (-15.56%)
Mutual labels:  slack
Slack Ruby Client
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Stars: ✭ 957 (+2026.67%)
Mutual labels:  slack
Solarthing
Monitors an Outback MATE and a Renogy Rover - MPPT Charge Controller. Integrates with Grafana, PVOutput and more!
Stars: ✭ 33 (-26.67%)
Mutual labels:  slack
Bolt Starter
A Bolt ⚡️ app template with useful settings for easier development
Stars: ✭ 37 (-17.78%)
Mutual labels:  slack
Mattermost Openshift
An OpenShift 3 application template for mattermost
Stars: ✭ 27 (-40%)
Mutual labels:  slack
Slackword
Dictionary in your slack....additionally, you can get random words.
Stars: ✭ 39 (-13.33%)
Mutual labels:  slack
Team Time Zone
Distributed teams are awesome. Time zones are awful.
Stars: ✭ 21 (-53.33%)
Mutual labels:  slack
Koffeemate
Fresh coffee announcements on Slack. Brewing accidents and statistics too. For Android, written 100% in Kotlin.
Stars: ✭ 35 (-22.22%)
Mutual labels:  slack
Terminal Slack
Terminal client for slack
Stars: ✭ 1,030 (+2188.89%)
Mutual labels:  slack
Slack Memo Vim
Simple memo manager with Vim using Slack.
Stars: ✭ 40 (-11.11%)
Mutual labels:  slack
Securitybot
Distributed alerting for the masses!
Stars: ✭ 987 (+2093.33%)
Mutual labels:  slack

MantisBT-Slack

A MantisBT plugin to send bug updates to Slack and Mattermost channels.

Setup

  • The master branch requires Mantis 2.0.x, while the master-1.2.x branch works for Mantis 1.2.x.

  • Extract this repo to your Mantis folder/plugins/Slack.

  • On the Slack side, add a new "Incoming Webhooks" integration and note the URL that Slack generates for you.

  • On the MantisBT side, access the plugin's configuration page and fill in your Slack webhook URL.

  • You can map your MantisBT projects to Slack channels by setting the plugin_Slack_channels option in Mantis. Follow the instructions on the plugin's configuration page to get there. Make sure the plugin_Slack_channels configuration option is set to "All Users", with type "complex". Example value for this setting:

          array (
            'My First Mantis Project' => '#general',
            'My Second Mantis Project' => '#second-project'
          )
    
  • You can specify which bug fields appear in the Slack notifications. Edit the plugin_Slack_columns configuration option for this purpose. Follow the instructions on the plugin configuration page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].