Teams | Collaboration | Customer Service | Project Management

Latest Posts

GitHub Plugin 2.0 release

We’re excited to announce the release of GitHub Plugin version 2.0, which adds some new features that increase productivity and reduce the need to context switch between Mattermost and GitHub. As usual, our open source community members have played a key role in developing all of these features and I’d like to say “Thank You!” for their help. Our GitHub plugin is one of the most popular integrations on Mattermost and we use it every day as part of our development process.

Using Mattermost Operator for Kubernetes to deploy our Community server

One of the key benefits of using Kubernetes is that it’s very flexible and fault tolerant. However, that also means that it has quite a lot of complexity to deal with. A well-built operator abstracts that complexity away and helps manage updates and upgrades seamlessly. The Mattermost Kubernetes operator is basically like having a Mattermost Cloud Engineer running inside your Kubernetes cluster managing Mattermost for you.

Tips and tricks to increase productivity in Mattermost

Our customers are always looking for ways to work faster and more effectively inside Mattermost. As a remote-first company, we spend most of our time collaborating inside Mattermost, and we’d like to think we’ve learned a thing or two about how to use Mattermost productively over the years. Here are some of our favorite tips and tricks for getting things done on Mattermost. We hope these examples help your team achieve similar productivity gains.

How open source solutions help the U.S. Air Force accelerate software development and modernize collaboration

The pressure to ship quickly is greater than ever before. But for many organizations, including the U.S. Air Force, security and compliance concerns severely limit their ability to quickly adopt and integrate new technologies, putting teams at risk of being locked into approved vendors and missing out on critical innovations. In order break the cycle of slow-moving development, Platform One, the U.S.

Mattermost integrations: Requesting data with slash commands

In the first two installments in this series, you learned you learned how to send alerts with incoming webhooks and request data with outgoing webhooks. In this article, you will learn how to set up a slash command. Slash commands are very similar to outgoing webhooks and even a little more powerful. To show their power in action, let’s find out how to use slash commands to request the temperature of a specific refrigerator.

Support for ESR 5.19 is ending soon

As of October 15, 2020, Mattermost Extended Support Release (ESR) version 5.19 is no longer supported. If any of your servers are not on ESR 5.25 or later, upgrading immediately is required. With our simple upgrade steps, it takes only a few minutes. Extended Support Releases are releases that will receive backports for high severity or high-impact security fixes for the length of their lifecycle.

Mattermost integrations: Sending and receiving data with outgoing webhooks

In a previous article, you learned how to receive data from an external source. In this article, you learn how to send a request or data to an external source using outgoing webhooks. As you learned from the first article in this series, we already receive alerts in Mattermost when the temperature of our fridge is too high. But what if we want to send a request to our fridges to give us the current temperature?

Improving performance (and more) through load testing

Have you ever wondered how many active users your application can handle at the same time? If so, you’re not alone. Here at Mattermost, we’re building a highly concurrent messaging platform for team collaboration that needs to potentially serve up to several thousands of users simultaneously.