Skip to content

General

Please search for existing ideas before posting a new idea.

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

263 results found

  1. Line numbers for code blocks

    When in meetings (with slow internet speed where you cannot share your screen), it is difficult to refer to lines of code that are not numbered and discuss things. It'd be great if lines were numbered or at least there was an option to optionally enable such a feature or a separate "numbered codeblock" feature.

    3 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. seen messages in direct message or channel

    In Telegram you can see who read the message in channel.
    I think it's good feature, because right now I gotta set reaction on message to let know user who mentioned me that I read it and he doesn't need to repeat it me in DM. also we want this on direct message
    https://user-images.githubusercontent.com/39978392/174677716-9bb6b3f0-d270-4be1-a641-eb8988df4831.png

    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)
  3. Option to make username invisible

    When creating a post or searching for users to add to teams or channels, only the full name or nickname should appear and the username should be hidden according to a configuration.

    In my case, a username is linked to a worker's ID, which is pretty personal and long to show.

    3 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. data retention/purge in open source edition

    I occasionally check in, to see, if mattermost is usable, now.

    Instead, you made it worse.

    You deleted the original thread from years ago:
    https://mattermost.uservoice.com/forums/306457-general/suggestions/36989788-make-data-retention-and-prune-reset-clear-availabl

    https://web.archive.org/web/20201022175434/https://mattermost.uservoice.com/forums/306457-general/suggestions/36989788-make-data-retention-and-prune-reset-clear-availabl

    This is still wide open:
    https://mattermost.uservoice.com/forums/306457/suggestions/15357861

    It would be nice to propose switching to mattermost, but as it stands, it is still unusable.

    There's clearly a need:
    https://mattermost.uservoice.com/forums/306457-general/suggestions/46891111-mmctl-command-to-clean-up-orphaned-files

    Even though few people are aware this 'uservoice'.exists, many people have asked repeatedly over years.

    I voted for the first time (couldn't bother signing up so far). But reading this post, this is at least from 2016. Seems you do not care for new users.

    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)
  5. 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)
  6. Configurable full name display order ("First Last" or "Last First")

    normal: First Name, Last Name
    want to: Last Name, First Name

    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)
  7. Draw.io Integration

    Similar to Boards, it would be advantageous to have the ability to draw charts collaboratively with the rest of the team within the MM app. Draw.io is an open source software with permissive licensing so it wouldn't be too much work to implement this feature relatively quickly.

    12 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. 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)
  9. Display all unsent draft messages in one place

    Every once in a while, I stumble upon an old draft I started typing, never finished or sent, in various locations (public / private channels, direct messages, threads...). It's nice that the icon next to the location is sometimes showing clearly that I have a draft there, but with many channels/DMs/threads I still risk losing a draft.

    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)
  10. URL search modifier

    Ability to filter searches by URLs similar to how we can filter by messages and files today (https://docs.mattermost.com/channels/search-for-messages.html#search-modifiers), to make it easier to find URLs in posts.

    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. Cache emojis on server from S3

    The Mattermost server downloads every emoji as the user requests it from S3. To minimize S3 traffic the emojis should be cached server side so every request does not need to hit S3.

    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)
  12. Allow to disable thread autofollow when whole channel was mentioned.

    Add parameter that allows Mattermost admin, to disable thread autofollow while having collapsed reply thread turned on while mass mentions are used (@channel, @all, @here).
    I want my users to get notification, but not to follow this thread automatically, afaik, this is not possible at this moment, because thread autofollow must be set to true in config.json, for collapsed reply thread to work.

    34 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. search in message attachments

    Allow search in message attachments. Currently, searching for text inside a message attachment doesn't produce any results. I suspect that this is similar to https://mattermost.uservoice.com/forums/306457-general/suggestions/19061098-allow-message-attachments-to-generate-mentions

    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)
  14. Filter out inactive users in Mattermost system console user list

    Mattermost system console user list should allow to filter out inactive users, or in other words to only show active users and admins.

    Right now you only have following options:
    "All users"
    "System Admins"
    "Guests"
    "Inactive"

    So an option "All Active users" should be added.

    Also a filter to show only users which has/has not enabled MFA would be very useful

    22 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. ability to add member for DM for one to one messages only without making new channel/team

    e.g. I want to talk to my private friend only and I don't want my friend to talk to anyone else of the company nor any other group.
    No group no team to create just DM with my friend.

    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)
  16. User name pronounce upload on profile.

    according to various national users join to Mattermost instance.

    sometimes not sure how to pronounce their name,
    (especially, when people use their real name)

    what if each users available to upload their name pronounce on profile when they create an account.

    and people on the same channel with that person can play it? (only when they click pronounce button)

    I think it would be convenient for who have Mattermost instance like me.
    thank you.

    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)
  17. Ability to disable the plugin

    Hello friends

    Some plugins are suitable for some team members and inappropriate for some other team members.

    In other words, each person can manage the plugins for themselves.

    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. Separation of sent and received chats

    Hello friends
    Annoying enters

    One of the things that can greatly increase the beauty and efficiency of the program
    Separation of sent and received messages
    Like WhatsApp and Telegram messengers where the sent messages are displayed on the right and the received messages are displayed on the left
    And the username is displayed on the same side

    https://github.com/mattermost/mattermost-server/issues/17432

    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)
  19. Unique email invitation links

    Make it so the admin is the only one that can invite by sending a unique code to an email- that has to be verified by the email it was sent to

    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. allow for support for TLS1.3

    For security, would be nice to have support for TLS1.3.

    3 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)
← Previous 1 3 4 5 13 14
  • Don't see your idea?

Feedback and Knowledge Base