We are sending out a Teams meeting invite, but the link to the meeting invite is getting converted after it is pasted into Jira. The special characters in the Teams meeting invite such as colon, ampersand, and a comma are being generated as part of the URL, but changed to their ASCII code equivalents.
After this conversion the link does not work. Has anyone found a way to prevent this?
,
It is encoding these characters when they might be invalid - all of them are valid in a url, but many punctuation characters are only valid in certain places in a url. Rather than come up with a massive chunk of code to validate when they may or may not be valid, your computers are encoding all of them just to be safe.
The link remains valid when encoded, you need to be fixing whatever it is that is not accepting valid urls, not Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.