Skip to content

General

Please search for existing ideas before posting a new idea.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

273 results found

  1. Limit number of times animated emoji will loop

    When users have their mattermost window open all the time, animated emoji that are endlessly looping can be very distracting and annoying. If they paused after looping a set number of times, it would greatly improve the user experience for me.

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Wide Picture Preview

    Have an option to change preview display to show the preview without file name and size. Intead a wider thumbnail.

    26 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Push-to-Talk

    While "texting", I would like to be able to transmit an ad hoc sound bite, so that I can quickly verbalize something without having to start a call session - not store-and-forward, but immediate live voice, Star Trek comm badge style.

    I'm glad I ran into you guys in Punta Cana!

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Add an API for getting private channels

    As a system admin using the API, it would be useful to get a list of private channels for a team.

    Currently, one can get posts for private channels through the channels/{channel_id}/posts API, but that assumes that the admin knows the channel_id. Finding that ID cannot be done through the API.

    Use case: for reporting purposes, we want to get the count of messages per private channel each month.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Include private channels to search based on current user membership

    Make Mattermost API channels search method
    ( /teams/{team_id}/channels/search )
    to include private channels where the current user is a member.

    E.g. if the user A is a member of channel B and user A performs channel search, it will get channel B in a response from server if B matches the term.

    In Mattermost 5.5.0 search returns only public channels in results. The only way to find channel by display name is to get all channels current user is a member of and iterate over them on client side.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Option in a channel: force view pinned posts

    In some channels some messages are ‘must read’...
    An option ‘I have read this one’ would be great then.
    It would also be nice to be able to reorder the pinned posts.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Embed Calender, etc

    It would be nice if there would be the possibility to create channels in which you could fix an embed content in the upper area. E.g. a Google calendar which shows the weekly overview or an external service for data storage etc..

    Alternatively, a bot that writes the Daily Todos in a channel like slack would be possible: https://get.slack.help/hc/de/articles/206329808-Google-Kalender-f%C3%BCr-Slack

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. one file installation on hosted servers

    The installation should be only depending on a ftp-access to a hosted server storing data in flat files. Second best would be mysql connection.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Auto converted date time

    In cases of a international team managing time zone is often difficult. It would be great if Mattermost supported some kind of timezone conversion. A user can choose his timezone in settings and when posting dates or times in a chat, a special syntax, probably something along the lines of (12:00 PM) would be required. The clients will auto convert the time to local users timezone while displaying. This could be an opt-in feature.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Add "edited by admin" when admin edit someone's message

    Team admin can edit users messages (when option is available) but it can be usefull to specify when it's not the user himself that edit, but an admin.

    Proposal: add "(edited by admin)" instead of "(edited")

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. User should be able to archive a thread

    Summary (Feature Request)

    As a Mattermost user (Manager/Admin of channel)

    I would like to close some discussion which is not needed anymore in the main channel (have been resolved)

    so that I can reduce the content noise in the channel content in the channel by displaying relevant content.

    Observed behavior (that appears unintentional)

    In any channel where there are a lot of people, there is always much noise. I would like to archive those threads which are not needed anymore and display the relevant content in the main view.

    Usually, it might be discussions which end with some result/agreement, but…

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Galera cluster support

    Galera cluster provides multi master SQL database (e.g. upon MariaDB or MySQL) and can help strengthen the database backend. As it easy to deal with mattermost-server outages (simply run another instance very quickly), it is mostly painfull to deal with single DB outage.

    Galera cluster can be supported in a direct way - add all db nodes to the configuration and use it in balanced way or as a fallback - or can be used via haproxy or similar.

    https://mariadb.com/kb/en/library/galera-use-cases/
    https://mariadb.com/kb/en/library/about-galera-replication/

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. rename flag post to bookmarked post

    Users seem to expect that "Flag post" means "Report post" and do not think of it as a way to bookmark posts.

    Especially as in the web-app "flag post" is not displayed along the other post-actions, but instead by the side of the posting username.

    I already filed that as a github issue: https://github.com/mattermost/mattermost-server/issues/9990

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Teamspeak Plugin Integration

    Teamspeak is the top voice chat app in the market.

    https://teamspeak.com/en/ 2

    I suggest to have a MM integration plugin.

    It needs to work on Browser and MM clients too.

    23 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. It would be great if the search for the field position was possible.

    i can't find any persons in channel or in personal messages by Position.

    For example i have 3 "web-developer" users, and 2 "c# developers", i can find then by FirstName, LastName, nickname but field "Position" is out of search.

    It would be great if the search for the field position was possible.

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Add the posibility to select a default team afer login

    Add the possibility to set a "default" team for every user. Currently the teams i am a member of are sorted alphabetically. If I login via GitLab the first team is selected.
    I would like to have the option to select a "default" team which is automatically selected after login and not the first in an alphabetically order.

    53 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Configure AWS sns as push service

    Hello Team ,

    Let me know how can I use a aws SNS as push service in mattermost ? right now am using the mattermpst push proxy (https://github.com/mattermost/mattermost-push-proxy)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Ability to modify attached files when editing a message

    Currently, Mattermost provides the ability to edit a message after you have posted it.

    However, there is no way to modify the file attachments via this editing process.

    Recent use case: I uploaded the wrong file when posting a message. Ideally I would have been able to edit the post to correct the mistake, i.e. to remove the incorrect file and attach the one I meant to attach. However, I could find no way of doing this.

    Luckily, in my case it was simply an old version of the document, and therefore not too big a problem. However, I am…

    109 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Set user position when user create, in Command Line Tools

    The option 'user create' in the Command Line Tools is email, firstname, lastname, locale, nickname, password, username, system_admin. There is no "position".
    I would like an option to set "position".

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Adjustable Email Notifications for only mentions or only direct messages

    Currently Email Notifications are sent out on either a mention or a direct message. Our users asked for the feature to decide weather to have notifications only for mentions, only for DMs or for both.

    13 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base