Coder Social home page Coder Social logo

luswdev / mantis-bt-microsoft-teams Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hamdi-amine/mantis-bt-microsoft-teams

0.0 0.0 0.0 132 KB

Integration tool between Mantis and Microsoft Teams

License: GNU General Public License v3.0

PHP 100.00%

mantis-bt-microsoft-teams's Introduction

Mantis-BT-Microsoft-Teams

A MantisBT plugin to communicate with Microsoft Teams projects and channels via a webhooks.

Setup

  • The master branch requires Mantis 2.0.x

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

  • On the Teams side, create a new Webhook (found in Incomming Webhook) and note the URL that Teams generates for you,see Documentation.

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

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

          array (
            'My First Mantis Project' => 'https://outlook.office.com/webhook/xx/IncomingWebhook/xx',
            'My Second Mantis Project' => 'https://outlook.office.com/webhook/xx/IncomingWebhook/xx'
          )
    
  • You can specify which bug fields appear in the Teams notifications. Edit the plugin_Teams_columns configuration option for this purpose. Follow the instructions on the plugin configuration page.

  • You can map MantisBT usernames to Teams mentions. You can configure it the same way as the other "complex" configurations above. Example value for this setting:

          array (
            'My First Mantis Project' => 'https://outlook.office.com/webhook/xx/IncomingWebhook/xx',
            'My Second Mantis Project' => 'https://outlook.office.com/webhook/xx/IncomingWebhook/xx'
          )
    

Forked

This is a modified version of the Slack Plugin made by Karim Ratib and adapted for Teams by Hamdi Amine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.