Questions tagged [mattermost]

Mattermost is an open source, self-hosted team communication service that is an alternative to SaaS messaging services such as Slack.

150 questions
0
votes
1 answer

How to open my plugin contents in a new tab in the Mattermost desktop app

I’m developing a plugin for Mattermsot which shows an iframe and the contents I need inside the iframe, Currently, I have managed to register this as a product and now it shows in the product switcher, When I click the Iframe button it opens the…
Udara Sampath
  • 55
  • 3
  • 16
0
votes
1 answer

Message-Attachments in Mattermost while using Incoming Webhook

Can we add message-attachments as an HTTP request in Mattermost with using incoming webhook? Attaching my Python code, which I am trying to achieve this functionality. def mattermost(): mattermost_webhook_url =…
Apurva
  • 1
  • 1
0
votes
0 answers

Mattermost to https

I downloaded the mattermost using docker docker pull mattermost/mattermost-preview:6.4.0 I tried to configure mattermost to listen to https and I have attached the configuration I did. the domain.crt and domain.key are the certificate and key I…
xxestter
  • 441
  • 7
  • 19
0
votes
1 answer

How can I change download location in my Mattermost?

I downloaded some files in mattermost chat. And, these files are in C drive download folder, but i want to set default download directory to D drive. How can I do this? I've found many pages about Mattermost download location, but I couldn't find…
kbk0421
  • 15
  • 4
0
votes
0 answers

Recognize client IP in Mattermost

I’m looking for a method to recognize client IP during an special interaction. Actually I want to react to user based on his IP to check he is in office area or not. Which one of these methods and help me? slash command? app? plugin or outgoing…
Hossein
  • 21
  • 4
0
votes
0 answers

Mattermost Calls plugin is not working in EKS - AWS Kubernetes Service

I am deploying Mattermost 7.9.1 in EKS cluster, it comes with preinstalled "Calls" plugin. But it drops calls automatically after 10-20 seconds without successful connection. As I found we have opened port for UDP 8443, but calls never connects. Can…
0
votes
1 answer

Gitlab Mattermost integration

I setup gitlab on my local network using omnibus package. I want to use gitlab with mattermost. How to enable gitlab plugin on mattermost for this situation? Can you describe it step by step? Thanks Setup gitlab using omnibus package
0
votes
1 answer

Reply to the same thread in mattermost with webhook

I am using a webhook to post the message to mattermost everytime a post is created in an ITSM. I want to post the message as a thread everytime somebody does some activity on the same post. {"text": " | Incident Update | |\n| --- | --- |\n|…
Alter Ego
  • 71
  • 1
  • 7
0
votes
0 answers

Upgrading Mattermost Version 5.39.0

Attempting to upgrade Mattermost Version 5.39.0 to the most recent version 7.7.1. Attempted to upgrade to the most recent version, but kept getting an error message. Error Message Then attempted to upgrade to version 5.39.3, but still got the same…
0
votes
0 answers

How to send AWS budgets alerts to MatterMost?

How can I send AWS budgets alerts to MatterMost? I suppose that I should use SNS topics. But the existing MM SNS plugin doesn't support Budgets' notifications. Also, I saw that some paid API integration services suggest this functionality but I…
Alexander Pravdin
  • 4,982
  • 3
  • 27
  • 30
0
votes
0 answers

Mattermost mention highlighting does not working as expected

I want to trigger a mention anytime someone just type my first name. I have a new message in "recent mentions" but it does not highlight my first name (with yellow color if you use a default theme) but if I use normal mention with '@' symbol and…
0
votes
0 answers

Mattermost notification when public Github repository pushes new release

Looking for a way to get notifications in a Mattermost-channel when a public repository (we're not owners or contributors in this repository) pushes a release. This seems to be able to be done through plugins you have to install on your Mattermost…
0
votes
0 answers

Jenkins can't send Mattermost Notification using withCredentials

I have a groovy script that sends Mattermost messages to one of our MM Channels after a Jenkins run has completed with an error. It’s setup like this and works fine atm: pipelineContext.mattermostSend ( channel:…
vap
  • 31
  • 3
0
votes
0 answers

Is it possible to save the matterpoll responses to a file automatically using python?

I need to make a chat bot which posts a poll in a mattermost chat and collects/saves the responses. I want to know if there is a way to use the matterpoll plugin to do this or if I should use some other way of creating a chat bot. Please let me know…
monica
  • 23
  • 9
0
votes
1 answer

Mattermost and Azure AD integration

I am trying to configure Azure AD as a part of single sign in Mattermost. However, I'm not able to find any relevant documentation. Any leads could help. I have already gone through the following documentations…
Vivek
  • 49
  • 1
  • 10