Skip to content

General

Please search for existing ideas before posting a new idea.

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

1222 results found

  1. "Next unread channel" keyboard shortcut should jump to unread in next Team if no unread in current team

    Currently, you can use the "Next Unread channel" shortcut in the apps (e.g. Alt + Shift + Down) to jump to the next unread channel. If there are no more unread channels in the current team, but the next team in your team list has unreads, then the shortcut should jump to that team and the first unread channel there.

    5 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. integrate with an(other) open source kanban platform

    There are other open-source kanban applications besides Trello. I'd like it if there were other integrations.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Integrations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Discord audio channel LIke

    Hello there,

    something really missing in mattermost is an audio channel for user, can u please adding this feeatures

    thanks

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Integrations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Hyperlink support + Keyboard shortcut

    Requesting the capability to have hyperlinks via a keyboard shortcut (like Cmd+K).

    Github link:
    https://github.com/mattermost/docs/issues/3681

    5 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. Add 'Mark Read' option in right click of Channel(or Group) to clear notification icon

    I suggest to have 'Mark read' option for any Channel in Mattermost.

    There may have few groups which are integrated to get notification of JIRA updates or Jenkins to build status. Loads of messages are received there and one will see notification icon until one open that channel.

    It will be great if Mattermost provides 'Mark Read' kind of function to clear particular channel notifications without opening channel chat.

    I would recommend having this as a right-click option of a channel.

    5 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. Improve iOS share extension

    The current share extension is pretty buggy.
    1) It use a modal instead of a dismissible sheet which has been deprecated in iOS 13
    2) It's too small when you are part of multiple teams, so you always need to scroll
    3) When sharing from Safari, it often say "To share you need at least 1 character in your message" for no reason

    5 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. Daily todo checklist

    A daily checklist that appears every day with tasks that have to be completed and can be worked through together

    5 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. customize your theme from scratch yourslelf

    i think the options are limited,u guys should make it so that we can edit our theme however we want

    5 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)
  9. View saved posts across all teams and channels

    Hi team,

    I'd like for there to be a way to view all saved posts across all teams and channels rather than by team.

    For example, if I'm currently within Team A and click saved posts, I will see the posts I saved in the channels belonging to that team. However, if I go to Team B, I don't see any saved posts (unless I saved posts within a direct message). Because I'm a member of many teams, I don't always remember within which team/channels I saved the posts.

    Thanks

    5 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. Ignore some website link previews

    At my work we use a self hosted Mattermost server.
    Shared links in chat are roughly 50/50 between:
    - Fun, or informative public websites.
    - Internal links, often requiring a login.

    For the first a preview is beneficial. It breaks up the wall of text and gives some quick details. These previews are usually unique.

    For the latter a preview is useless. Often showing a login-required text. These previews sometimes take a lot of space, and they you always show the same thing (website title, generic description, logo - sometimes large as a preview photo). Examples are: links to internal…

    5 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)
  11. Highlight part of conversation

    It'd be lovely if there was a way to highlight text in an ongoing thread/discussion. It's quite common that when posting long texts, the responding person/people miss part of what has been entered.

    E.g. I'll enter three paragraphs of text, the person/people responding completely miss out on what's entered in the second paragraph. Rather than having to enter "As I was saying, above, in my second paragraph...", it'd be very useful to be able to highlight a block of text.

    Not sure if I should only be able to highlight parts of my own text, or any text.

    5 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. Support for syntax highlighting in Mattermost Boards

    Mattermost Boards should support, in Cards text content, code blocks with language specification. For example:

    // Your First Program
    
    class HelloWorld {
        public static void main(String[] args) {
            System.out.println("Hello, World!"); 
        }
    }
    

    Refer also to the following issue: https://github.com/mattermost/mattermost/issues/23627

    5 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. Please, add custom notification sounds.

    Now we have 6 built-in notification sounds, I and my team like none of them.

    One has to disable notifications sounds instantly, because of the annoying bing and there is no option to change it to something more unobtrusive.

    5 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. Allow Self Signed Certificates From User Store

    Mattermost does not trust self signed certificates imported manually by the user. When mattermost is deployed locally/LAN/VPN without access to the internet, the Android app does not work.

    I suspect that it does not trust self signed certificates from the user store on Android/iOS and refuses the connection. Adding this simple feature would make the app invaluable.

    Chrome on Android already trusts self signed certificates imported manually into the user store. When visiting Mattermost via IP address on the Chrome browser, it does not display any errors/warnings about the self signed certificate.

    5 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. Support Calling From Mobile Browsers

    When using mobile browser (Android/Firefox) to visit a self hosted Mattermost site, it does not show the option to call. If "request desktop site" option is used on mobile browsers, the calling function is shown and works as expected. Request to add this Call option to mobile browser versions also.

    5 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 functionality to automatically add new users to a team

    A lot of new users are unfamiliar with / confused by teams. So they don't select one, and then can't post anything, and an admin has to manually add them. There should be an easy way for all new users to be automatically added to a team.

    5 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. allow the Late Time Warning to be disabled or modified

    Not everyone works a regular schedule. Constantly being "warned" about messaging someone during their regular work hours could get really annoying. The ability to disable this, or to alter the time(s) that would incur a "warning" should be a relatively low LoE.

    5 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)
  18. Integrate with push message gcm and register new users using phone number and SMS confirmation.

    The idea is to cloning WhatsApp.
    So, login using phone number + password
    SMS to user in order to verify the phone number
    Push messages with Google and apple.

    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)
  19. add support for syslog output

    It's a pain to deal with many scattered logfiles, so syslog support would be a welcome alternative.
    The only extra configuration despite enabling, and the loglevel should be the syslog facility.
    https://github.com/mattermost/platform/issues/1820

    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)
  20. Microsoft MS-CAPI / PKCS 11 Support

    For advanced enterprises, MS-CAPI / PKCS 11 support would allow additional enterprise authentication options across all native clients plus the web experience.

    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)
  • Don't see your idea?

Feedback and Knowledge Base