Operations | Monitoring | ITSM | DevOps | Cloud

Accelerate DevOps workflows with the Mattermost Jira integration

Jira is one of the most popular platforms to plan software development work and to track work. Teams use Jira to create user stories, create and assign tickets, document and track issues and bug fixes, and track the entire development cycle from conception to release. Jira is incredibly useful, but it can also create a lot of email notifications whenever stories or tickets are added, changed, reassigned, or resolved.

Submitting great PRs

If you want to submit good pull requests, start with our contribution checklist. Today, that page talks about what to fork, how to style your code, how to write unit tests and where to push your code. Implicit in all of that is the need to write great code, of course! But this blog post isn’t about writing great code, it’s about making your pull request a great experience for you and your reviewers.

An FBI spymaster taught me how to read my coworkers

“Wait. I don’t remember telling you the name of my hometown,” I said with an eyebrow cocked. “No, but I’m an intel analyst. So I know.” Truth be told, I was surprised the conversation hadn’t included more moments like this. I’m sitting in a tavern a few klicks down the road from the FBI’s training academy in Quantico, VA.

GitKraken v6.5: Fork & Perf Improvements

The latest updates to the GitKraken Client are so forking good, you’re sure to break into your Kraken happy dance. We know Keif did. Before we get to the meat and potatoes of what’s new with GitKraken v6.5, here’s the high-level: the GitKraken Git GUI is now 10% faster; with 20% reduced memory consumption; taking up 30% less disk space. How knife is that?!

The best way to collaborate through recorded messages - CloudApp

In this era of globalization, sharing information has been made quiet doable for everyone. Whether it is in the form of text, an image, a video or any other visual form, thanks to the built-in features of mobile devices, like screen recording and screenshots etc, sharing information has become a cinch. In fact, most people prefer sharing information in the form of an image or a video instead of typing lengthy text messages.

Attention leaders: there's something your team isn't telling you

You’re a manager. You’re not one to pat yourself on the back, but you’ve got to admit: your team is doing pretty darn well. At least, that’s how it seems to you. Big projects are being checked off the list, deadlines are being met. You haven’t had to referee any heated conflicts, your inbox has no complaints. You’re good! But is that the whole story? Our research suggests your direct reports might describe the situation a wee bit differently.

Unit testing mmctl commands

Mattermost is starting a new open source campaign, this time around increasing the unit test coverage for the mmctl tool. The mmctl tool is a CLI application that mimics the commands and features of the current Mattermost CLI tool and uses the Mattermost REST API to communicate with the server. Using the tool, you can control and manage several Mattermost servers without having to access the specific machine on which the server is running.