Installing and Configuring the Mattermost‑Jira Integration
This guide explains how to install the Mattermost Jira plugin, configure the connection, set up webhooks, and create Jira issues directly from Mattermost, enabling seamless DevOps collaboration without leaving the messaging platform.
Mattermost is an open‑source messaging platform designed for development teams, offering private‑cloud deployment, scalability, and integration with many DevOps tools such as Jira, Jenkins, GitLab, and Bitbucket.
Jira is a widely used project‑management tool for tracking user stories, bugs, and the full software development lifecycle. Integrating Jira with Mattermost reduces friction by allowing teams to receive and act on Jira notifications without leaving their chat environment.
Installation of the Mattermost Jira plugin
1. Generate a webhook secret for later configuration. 2. In Jira, go to System Settings → Applications → Application Links and add a new link pointing to http://mm.idevops.site . 3. Configure the application link with the following values:
Application Name: Mattermost Application Type: Generic Application Consumer Key: mattermost_http_mm_idevops_site Consumer Name: Mattermost Public Key: -----BEGIN PUBLIC KEY-----
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2mbXCqNvhulHf4Ls7Pi88kcC8
DClduz1Otaf04INVUlPO7c/NyDqV+0N4SbJsf69DFU0zmJ+8owfqeNLINxSoTmOw
JzZ8KLFAxZ/jAY46R6ad91aS86XS7vRBBuAZGMSPyt3dW1kFe05ZQ3t+OAcFYUSN
og87n+neJaGOnGmoRwIDAQAB
-----END PUBLIC KEY-----4. In Mattermost, run the command:
/jira install server http://192.168.1.200:8050/The bot will prompt you to complete the Application Link configuration as described above.
Connecting Mattermost to Jira
In a Mattermost channel, execute:
/jira connectAuthorize the connection on the displayed page.
To verify the setup, run:
/jira infoIf the Jira server information appears, the integration is functional.
Configuring Jira Webhook for Notifications
Run the command:
/jira webhookThe bot returns a URL similar to:
http://mm.idevops.site/plugins/jira/webhook?channel=town-square&secret=LeQaZXj7TTvYNgr1HRj7AZKuD4BOBrfb&team=devopsgroupIn Jira, navigate to System Settings → Webhooks → Create Webhook and paste the provided URL.
Creating Jira Issues from Mattermost
Users can create issues without leaving Mattermost by selecting the project, issue type, summary, description, and priority through the plugin UI.
This integration enables ChatOps, allowing teams to manage Jira workflows directly from their messaging channel, improving collaboration and reducing context‑switching.
DevOps Cloud Academy
Exploring industry DevOps practices and technical expertise.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.