-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
3
-
Minor
-
Issue Summary
Pasting a link with an email in it into a URL field creates a mailto: link
Steps to Reproduce
- Create a URL custom field and add it to an issue screen
- Paste a URL with an email into the field (e.g. https://example.com/?query=email:foo@bar.com%20OR%20123)
Expected Results
Clicking the link takes you to the URL
Actual Results
Clicking the link takes you to an email client because the link is interpreted as an email and transformed into a mailto:
Workaround
As a workaround, you can change the @ to the URL encode value of %40.
For instance:
https://example.com/?query=email:foo@bar.com%20OR%20123
becomes
- mentioned in
-
Page Loading...