Hi,
We've had a weird problem hit our team this week. We use JavaScript to quickly copy and paste formatted links with titles in Teams Chats, but it's recently stopped pasting the title output correctly, but only in Teams chats. We haven't changed the JavaScript at all.
The paste works correctly for external programs like Word and Outlook, but bizarrely not just that work correctly, the paste correctly includes the title still in Teams Channels and code snippets in Chats - just not the Chat box itself.
This isn't affecting all users but once a user is affected, we can't find a solution. I've tried deleting and reinstalling, signing out and in, deleting cache, and the same exact problem happens on the web browser version of Teams too.
Here's the script if that helps troubleshoot our problems:
javascript:;
Normally this would output a link and Jira title such as "QATR-123 Test this area" where the QATR-123 would be linked. Now it only gets up to the end of the link and does not include the "Test this area" section.
Any help gratefully received!