Recent Discussions
Planner task comments no longer send email notifications – critical regression
This change removed a previously existing core functionality without providing an adequate replacement. With the new Planner experience, task comments no longer trigger automatic email notifications to assigned users. This breaks a critical communication mechanism that many teams relied on for reliable task coordination. As a result, assigned users are no longer consistently informed about updates, introducing a high risk of missed information and operational issues in day-to-day work. There is currently no supported or enforceable alternative to ensure users are notified. Previous behavior: Task comments triggered automatic email notifications Assigned users were reliably informed Communication was traceable and consistent Current behavior: No automatic email notifications No configuration to restore this @mentions required (manual, error-prone, not enforceable) Microsoft Support has confirmed that this is by design and cannot be reverted. From an enterprise perspective, this is not just a design change, but a regression of critical functionality without an equivalent replacement. Request: Please restore automatic email notifications for task discussions or provide a reliable, enforceable alternative for notifying assigned users. Question to the community: How are you handling this change in real-world scenarios? Switching tools? Enforcing @mentions? Moving communication out of Planner? Would appreciate hearing how others are dealing with this.443Views4likes3CommentsSet work location via API (Graph?)
Hey community! The new work hours and location feature is rolling out for Outlook and Teams: https://blog.admindroid.com/work-hours-and-location-in-outlook-for-efficient-collaboration/ Does anyone know who to read and write this information (especially the location) via API / Microsoft Graph? This is a nice feature and we would like to set this programmatically. Thank you very much! Best regards, Jens15KViews1like21CommentsAdaptive Cards in Teams channel messages: fixed narrow width — request for width control
Hi Teams Platform team, We post structured status reports as Adaptive Cards into a Teams channel. The card consistently renders at a fixed width of 448 px on a 1080p display at 100% scaling with a maximized Teams desktop client — well below the available channel message stream width. Wide multi-column tables get truncated or wrapped, which significantly hurts readability. What we've tried No card-level `width` property exists in the Adaptive Cards schema. `msteams.width: "Full"` is documented to apply only to Stageview / task module / tab — silently ignored in channel messages (tested). Same payload via three delivery paths — Incoming Webhook, Logic App "Post adaptive card in chat or channel", and Microsoft Graph `POST /teams/{id}/channels/{id}/messages` — all render at the same narrow fixed width. The constraint is in the Teams channel-message renderer, not in any delivery layer. Minimal repro payload (7-column results table; all field names and values replaced with generic placeholders): { "type": "message", "attachments": [ { "contentType": "application/vnd.microsoft.card.adaptive", "content": { "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "msteams": { "width": "Full" }, "body": [ { "type": "TextBlock", "text": "Pipeline Report — run-001", "weight": "Bolder", "size": "Medium" }, { "type": "Table", "gridStyle": "accent", "firstRowAsHeaders": true, "columns": [ { "width": 2 }, { "width": 1 }, { "width": 2 }, { "width": 1 }, { "width": 2 }, { "width": 1 }, { "width": 1 } ], "rows": [ { "type": "TableRow", "cells": [ { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-1", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-2", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-3", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Δ Col-3", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-4", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Δ Col-4", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Status", "weight": "Bolder", "size": "Small" }] } ] }, { "type": "TableRow", "cells": [ { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "item-a", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "mode-x", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "0.000/0.000","size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "+0.00%", "size": "Small", "color": "Good" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "0.000/0.000","size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "-0.00%", "size": "Small", "color": "Attention" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "✅ Pass", "size": "Small" }] } ] } ] } ] } } ] } `msteams.width: "Full"` is present but has no visible effect in the channel message context. Feature request Either of: Honor `msteams.width: "Full"` in channel-message context (not just Stageview/task module/tab), OR Add a card-level property (e.g. `msteams.channelWidth: "Full" | "Default"`) explicitly scoped to channel messages. Is this a known limitation with an existing tracking item, or should we also file it on the M365 Feedback Portal for upvotes? Thanks!15Views0likes2CommentsAnything inside Teams for people management you use and can recommend?
We currently have to use one tool for goals, another for feedback, a spreadsheet for review tracking, Teams for 1:1s, and then some shared doc for engagement notes. Leadership asked me if theres anything that does all of this inside Teams so they dont have to keep jumping around. We're a mid-size company (around 200 people) fully on Microsoft 365. Anyone found a good all-in-one solution that actually works inside Teams?76Views0likes4Commentssmall white window that opens during sharing in a meeting
Hi, I've Teams vers. 26120.3106.4722.3411. For some time when I access to a meeting and sharing the screen, a window or a presentation, a small white windows appears at the bottom right and I cannot close it. To close this window and to prevent it from opening again I need to disconnect to Teams also for 2-3 times. Well, how could I solve a such issue permanently? Thanks This is the window image that I can capture:31Views1like0CommentsAnyone found a good way to run performance reviews inside Teams?
Our company just switched to doing everything in Teams and the one thing that still lives outside is performance reviews. We use a separate web app that nobody logs into until the last minute and managers hate it. Is there anything that actually handles the full review cycle with self assessments, manager ratings, maybe even 360 feedback? Our IT team said they'd prefer something that uses our existing M365 directory so we dont have to manage another user list.24Views0likes1CommentHow are you running 1:1 meetings inside Teams without it turning into a mess?
Right now were using a shared OneNote for agendas and action items but honestly nobody updates it and half the time the meeting turns into a random chat with no structure. I tried using Planner tasks as a workaround but thats clunky because theres no real connection between the task and the meeting itself. Has anyone found a good way to keep 1:1 agendas, notes, and follow ups all in one place inside Teams? We have about 40 people so it needs to scale a bit.83Views2likes3CommentsMicrosoft Teams crashes my entire Internet connection after starting a meeting
Strange problem here, that is tough to comprehend. First off I have a line-of-sight ISP that uses LTE service to broadcast Internet. So its not DSL/Cable, etc. But the advertised speed is 60 mbps download and 10 upload. When I start a teams meeting with Video and/or sharing and it has more than a couple of people on, the performance is crystal clear, however after about 5-10 minutes into the meeting, my Teams meeting loses the connection, and worse my entire internet goes down meaning all internet to the house is down. It takes 10-20 minutes to get reestablished (bounce the router, reestablish ips ect.). This it through multiple months of testing, but its clear this is what is happening and that the outage is caused by running a MS Teams meeting. All other aspects of the my internet connection and using other tools are fine... I can stream TV, movies, 4k, all other office apps work fine... I can use Teams all day chatting, etc. just not a video meetings. I don't believe there has been a problem using zoom or google meet (which my wife uses for work). The problem was noticed as soon as I starting working from home in March 2020. I have worked with my company helpdesk (testing to see if the Pro set wireless drivers were at fault) and with my ISP, and there has not been a root cause or solution found... I will note too, my workaround is to use a tethered connection to my phone which is on cricket wireless (as a hotspot). The performance of that connection is 1mbps or less and the video quality is not great, but the MS Teams connection is stable and does not crash....I only get 2-3 bars signal, and by all accounts, one would think this connection would be the problem over my primary ISP.... Hoping there is a solution or something that can be tweaked out there... Setup: Dell E5570 - Windows 10 (problem occurred on both 8.1 and upgraded 10) - problem duplicated on an older E6420 Archer C9 - AC1900 Wireless Dual Band Gigabit RouterSolved195KViews6likes40CommentsDisplay Teams chat message with date stamp rather than relative day
Is there a way to force Teams Chat messages to display the date of a message rather than "yesterday" or "today"? e.g. display "27/08/2024" instead of displaying "yesterday 2:12 pm". (I'm creating this post on 28/08.) We use screenshots of Teams messages in our processes, and having to wait for the actual date to displayed invariably means taking the screenshot is forgotten. Immersive reader always shows the actual date, but not the recipient of the message. No help there.8KViews16likes17CommentsTeams Migration for New Private Channels Stalls
Microsoft began an automated background process to move Teams private channels to a new infrastructure earlier this year. Tenants should check the state of the migration as reported by the Get-TenantPrivateChannelMigrationStatus cmdlet because it is possible that the migration is stalled and waiting for administrator intervention. In most cases, the problem is because of ownerless channels, but archived teams with private channels also stop the migration. https://office365itpros.com/2026/05/11/private-channel-migration-stalls/134Views1like7CommentsHow to use the new Chats & Channels experience in Teams
The new chats and channels experience in Microsoft Teams introduces several enhancements designed to improve collaboration and streamline communication. You can turn on this feature in preview for evaluation. These updates aim to make it easier for teams to collaborate, stay organized, and ensure that no important messages are missed. #MicrosoftTeams #Teams #NewFeatures #Microsoft365 #Productivity #MPVbuzz5.5KViews2likes18CommentsGraph API: summary field ignored for Adaptive Card message notifications/preview
Hello, Problem Summary When sending Adaptive Cards via Microsoft Graph API to Teams chats, the `summary` field in the message payload is completely ignored. This results in unhelpful generic notifications like "Card" or "Sent an attachment" instead of meaningful preview text. Environment - **API**: Microsoft Graph API v1.0 - **Endpoint**: `POST /chats/{chat-id}/messages` - **Platform**: Microsoft Teams (Desktop, Web, Mobile) - **Adaptive Card Version**: 1.5 Expected Behavior According to the https://learn.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-1.0, the `summary` property should be used for: > "Summary text of the message that could be used for push notifications and summary views or fall back views" When sending a message with `summary: "🚨 Big Alert: This is a real issue"`, I expect: - ✅ Teams notification toast displays: "🚨 Big Alert: This is a real issue" - ✅ Chat list preview shows: "🚨 Big Alert: This is a real issue" - ✅ Activity feed shows: "🚨 Big Alert: This is a real issue" Actual Behavior The `summary` field has **no effect** on notifications or previews: - ❌ Notification shows generic text: "Card" or "Sent an attachment" - ❌ Chat list preview shows generic text or first TextBlock from card - ❌ Activity feed shows generic text - ❌ The `summary` field appears to be completely ignored Minimal Reproduction Request Payload ```json POST https://graph.microsoft.com/v1.0/chats/{chat-id}/messages Content-Type: application/json Authorization: Bearer {token} { "body": { "contentType": "html", "content": "<attachment id=\"card001\"></attachment>" }, "attachments": [ { "id": "card001", "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "TextBlock", "text": "Critical Alert", "weight": "bolder", "size": "large", "color": "attention" }, { "type": "TextBlock", "text": "Database connection has failed. Please investigate immediately.", "wrap": true } ], "actions": [ { "type": "Action.OpenUrl", "title": "View Details", "url": "https://example.com/alerts/12345" } ] } } ], "summary": "🚨 Big Alert: This is a real issue" } ``` Steps to Reproduce Create a test chat in Microsoft Teams Obtain OAuth2 token with `Chat.ReadWrite` scope Send the above payload via Graph API Observe notification/preview in Teams client **Result**: The `summary` field is ignored, notification shows generic text. Business Impact This limitation severely impacts user experience for: - **Alert/incident notifications** - Users can't identify urgency without opening the chat - **High-volume scenarios** - Users can't triage messages efficiently - **Time-sensitive operations** - Critical alerts look identical to routine messages Our team manages 200+ incident notifications daily via Adaptive Cards. Without meaningful previews, users must open every notification to assess priority, defeating the purpose of notifications. Workarounds Attempted ❌ **Setting `summary` at message level** - Ignored when attachments present ❌ **Adding preview text in `body.content`** - Overwritten by attachment ❌ **Using different `contentType` values** - No improvement ❌ **Including fallback text in Adaptive Card** - Not displayed in preview ✅ **Only working solution**: Send plain text message first, then card separately (terrible UX) Questions **Is this a bug or by design?** If by design, why does the documentation describe `summary` as useful for notifications? **Is there an alternative mechanism** to control preview text for Adaptive Card messages? **Is this being tracked internally?** This seems like a fundamental limitation for bot developers. Full Reproduction Package I've created a complete reproduction package with test scripts and detailed documentation: - Test payload JSON - Bash/PowerShell test scripts - Step-by-step reproduction guide Can share via GitHub gist if helpful for the team to investigate. Request Please either: **Fix the implementation** to honor the `summary` field for Adaptive Card messages, OR **Provide an alternative mechanism** to control notification/preview text, OR **Update the documentation** to clarify that `summary` is not supported for Adaptive Cards This is blocking our production alert system deployment. Any guidance would be greatly appreciated! ---320Views2likes1CommentFeature Request: Real-Time Multilingual Voice Translation in Microsoft Teams
Hello Microsoft Teams Community, I would like to suggest a feature for Microsoft Teams that could help multilingual users communicate more naturally during meetings. Feature Idea: Each participant can speak in their own native language, and Teams will automatically translate and play the speech audio in the listener’s selected language in real time. Example: Telugu speaker talks in Telugu Kannada user hears Kannada audio Hindi user hears Hindi audio English user hears English audio This would be more powerful than subtitles because users can continue conversations naturally in their mother tongue without needing to read captions constantly. Possible Technologies: Speech-to-Text AI Translation Text-to-Speech Real-Time Voice Streaming Benefits: Better communication in multilingual countries like India Improved accessibility Easier collaboration for global teams More inclusive meetings I believe this feature could significantly improve communication in international and regional meetings. Thank you.21Views0likes0CommentsMicrosoft Planner – Audit trails for Cards (Activity)
Hi folks, Could we please have an activity feed for each card to log who did what? Having the ability to know who changed the dates, the description, etc., would help increase the transparency and the integrity of the information contained in it. We might want to mimic what is currently done on Trello. For example: Dimitri Pletschette set this card to be due Jun 6 at 11:50 AM a few seconds ago Dimitri Pletschette added this card to To Do 5 minutes ago Feel free to jump into the conversation below. Dimitri https://www.linkedin.com/in/dimitripletschette/ | https://dimitripletschette.medium.com/ | https://twitter.com/dimitri_twt | Microsoft | https://dimitripletschette.com/741Views6likes3CommentsPersistent Bluetooth Headset Issues in Microsoft Teams
Many users, including myself, have encountered persistent issues using Bluetooth headsets with Microsoft Teams, particularly in the desktop app. Common problems include: Audio Output Problems: Low audio quality or no audio at all. Microphone Issues: The microphone does not function consistently or at all. Connection Drops: Devices disconnect unexpectedly during or after breakout sessions. Specific Trigger Points: These issues are often limited to Teams and do not occur in other applications. Notable Observations: Disabling the "Handsfree Telephony" service on the headset in Windows resolves many of these problems but renders the headset as a simple audio output device, necessitating an external microphone. The issues seem prevalent across various brands (e.g., Jabra, Poly Voyager, Sony, Bose) These issues are frustrating, especially since they are less frequent in other apps like Zoom or on the Teams web app. It seems related to how Teams interacts with Bluetooth profiles (A2DP vs. HFP) and prioritizes them during meetings. Action for the Community: To help Microsoft prioritize this issue, I’ve submitted detailed feedback on the Microsoft Teams Feedback Portal. If you’re experiencing similar problems, I encourage you to upvote and comment on the feedback to bring more visibility to this matter. https://feedbackportal.microsoft.com/feedback/idea/c460a39e-afb7-ef11-95f6-0022484d7a887.2KViews8likes7CommentsCopilot Studio in Teams sometimes wraps user input with HTML tags (e.g., <div>)
I’m using Copilot Studio deployed to Microsoft Teams, and I noticed that user messages are occasionally received with HTML tags. For example, when a user sends "get me the onboarding status", sometimes it displays in the dialog box as "<div>get me the onboarding status</div>" This does not happen consistently. I’m not sure whether this is caused by how Teams renders or sends messages (e.g., HTML vs plain text), or if it is something specific to Copilot Studio. Is this expected behavior for the Teams channel? Any clarification or recommended handling would be appreciated.216Views0likes4CommentsCustom App (Static Tab) with SharePoint URL stays blank on first load in Teams Desktop Client
Hello Teams Developer Community, We have deployed a custom Teams app (v1.25) that uses a Static Tab to display our company's SharePoint intranet portal. The contentUrl and websiteUrl point to our SharePoint site. [The Issue] When a user clicks the app for the very first time in the Teams Desktop Client (New Teams), the screen remains completely blank (white loading screen). However, if the user clicks away to another app (like Chat or Teams) and then clicks back to our custom app, the SharePoint page loads perfectly. [Observations] This issue does NOT happen on Teams Web Client (browser). It loads instantly there. Clearing the Teams Desktop cache does not solve the problem. It seems to be related to WebView2 authentication/SSO redirect loops inside the iframe. I tried adding "showLoadingIndicator": true in Developer Portal, but the schema automatically strips it out upon saving. [Question] Is there a specific parameter we need to append to the SharePoint URL, or specific domains we must add to "validDomains", to prevent this initial blank screen caused by auth delays in the Desktop Client? Any guidance on handling this WebView2 rendering delay would be greatly appreciated. Thank you.74Views0likes2CommentsThe Chat Notification Badge That Won't Die
I know there's another thread on this, but literally none of those solutions worked, so I'm a starting a new thread. My chat notification won't go away. All of my chats are read. Here's everything I've done to fix this already (note- It's a corporate computer so I can't mess with the anti-virus): Signed out of the app every (desktop, web, phone) Restarted my computer Cleared the cache data from all 13 different locations Changed the setting to close the app when I shut down Closed it in the Task Manager Turned off all of my notifications Clicked on every chat I've received over the last week The only thing that seemed to maybe be the culprit was a very large company meeting and I was the last to leave. There was a lot of chat in that meeting, though I didn't participate in any of it. The reason I think this was when I went to log into to Teams from my browser, as I started to type "Microsoft Teams" I noticed in the suggested sites that there was a chat message from that meeting. So obviously I've left the meeting. I've deleted that chat. I've even left the teams channel that hosts those meetings. For what it's worth, I don't have any notifications on the phone app (android). It's just on the desktop and the web. Please, for the love of god, help. It's slowly driving me insane and I don't have the mental capacity to deal with anything else that makes me insane during quarantine. 🙂 *jk- I'm fine. It's a joke*158KViews4likes56CommentsCannot login to Teams on iphone
Hi All, I am using Teams with a personal Microsoft account (Microsoft 365 family plan). I am successfully signed into Teams on my Mac computer and can use if with no problems. However, I cannot sign into the app with the account on the iphone app. After entering my password or going through Authenticator, I receive a message: No Teams orgs yet Looks like you're not using Teams yet. Check that you've been invited by the org you're trying to sign in to. You can also set up Teams for your org by selecting Create new account. I have already searched extensively but couldn't find any solutions that worked. Have uninstalled and reinstalled the app multiple times. I am on am iphone 16 pro with the latest version of ios installed. Any ideas? Thanks.2.8KViews1like6Comments
Events
Recent Blogs
- The latest Microsoft Teams and Microsoft365 expert community briefings, podcasts and upcoming community events. Expert Briefings: 4 Ways to Improve Customer Experience With Landis Contact Cen...May 21, 202639Views0likes0Comments
- 2 MIN READWhy recordings disappear The first thing to know is recordings are not stored inside of Teams. They are actually stored in OneDrive for regular meetings and in SharePoint for channel meetings. Revi...May 18, 2026716Views0likes0Comments